浏览代码

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 年之前
父节点
当前提交
9a99a31305
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>