Browse Source

Fix include for ssize_t

master
Bert Münnich 13 years ago
parent
commit
0a91ede86c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      util.h

+ 1
- 0
util.h View File

@@ -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…
Cancel
Save