Explorar el Código

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 hace 12 años
padre
commit
9a99a31305
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>