소스 검색

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


불러오는 중...
취소
저장