Skip to content

Commit

Permalink
start-stop-daemon.c: unconditionally include <stddef.h>
Browse files Browse the repository at this point in the history
There's no point in conditionally including it, since we already assume
C99.
  • Loading branch information
sighook committed May 1, 2024
1 parent ae1ae54 commit 5b63885
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions start-stop-daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@
#include <signal.h>
#include <termios.h>
#include <unistd.h>
#ifdef HAVE_STDDEF_H
# include <stddef.h>
#endif
#include <stddef.h>
#include <stdbool.h>
#include <stdarg.h>
#include <stdlib.h>
Expand Down

0 comments on commit 5b63885

Please sign in to comment.