瀏覽代碼

Fix include for ssize_t

master
Bert Münnich 14 年之前
父節點
當前提交
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))


Loading…
取消
儲存