headers: include-what-you-use fixes
[debian/dhcpd-pools.git] / src / other.c
index a16240b..5e887e6 100644 (file)
@@ -28,9 +28,9 @@
 extern void exit();
 extern char *malloc();
 #endif                         /* STDC_HEADERS */
-#include <errno.h>
 #include <err.h>
-#include <stdarg.h>
+#include <errno.h>
+#include <stddef.h>
 #ifdef  HAVE_STRING_H
 #include <string.h>
 #else
@@ -131,7 +131,7 @@ This is ISC dhcpd pools usage analyzer.\n\
        fprintf(out, "\
   -c, --config=FILE      path to the dhcpd.conf file\n\
   -l, --leases=FILE      path to the dhcpd.leases file\n\
-  -f, --format=[thcxX]   output format\n");
+  -f, --format=[thHcxX]  output format\n");
        fprintf(out, "\
                            t for text\n\
                            h for html table\n\