Browse Source

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 12 years ago
parent
commit
9a99a31305
1 changed files with 1 additions and 0 deletions
  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>