浏览代码

Fix to pull in getopt definition from getopt.h.

tags/v1.8.0
Adrian Chadd 4 年前
父节点
当前提交
9ad0919d78
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      main.c

+ 1
- 0
main.c 查看文件

@@ -23,6 +23,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <getopt.h>


#ifdef WIN32 #ifdef WIN32
#include "w32util.h" #include "w32util.h"


正在加载...
取消
保存