Skip to content

Commit

Permalink
pcscdaemon.c: always include getopt.h
Browse files Browse the repository at this point in the history
Do we support systems *without* getopt.h?
  • Loading branch information
LudovicRousseau committed Apr 24, 2024
1 parent 2c489c2 commit 2e546b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pcscdaemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
#ifdef USE_LIBSYSTEMD
#include <systemd/sd-daemon.h>
#endif
Expand Down

0 comments on commit 2e546b5

Please sign in to comment.