Przeglądaj źródła

Fix include for ssize_t

master
Bert Münnich 14 lat temu
rodzic
commit
0a91ede86c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      util.h

+ 1
- 0
util.h Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz