1
0
Quellcode durchsuchen

Add header for getopt() for systems without getopt.h

git-svn-id: https://klish.googlecode.com/svn/trunk@585 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev vor 12 Jahren
Ursprung
Commit
9a99a31305
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      bin/konf.c

+ 1 - 0
bin/konf.c

@@ -11,6 +11,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include <string.h>
 #ifdef HAVE_GETOPT_H
 #include <getopt.h>