浏览代码

fix warning on Cygwin

Waldemar Brodkorb 9 年之前
父节点
当前提交
e869cd4db4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      adk/tools/depmaker.c

+ 1 - 0
adk/tools/depmaker.c

@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define _GNU_SOURCE
 #include <ctype.h>
 #include <dirent.h>
 #include <stdlib.h>