ソースを参照

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))


読み込み中…
キャンセル
保存