浏览代码

Fix include for ssize_t

master
Bert Münnich 13 年前
父节点
当前提交
0a91ede86c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      util.h

+ 1
- 0
util.h 查看文件

@@ -22,6 +22,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <dirent.h>
#include <sys/types.h>

#ifndef MIN
#define MIN(a,b) ((a) < (b) ? (a) : (b))


||||||
x
 
000:0
正在加载...
取消
保存