Explorar el Código

Fix include for ssize_t

master
Bert Münnich hace 14 años
padre
commit
0a91ede86c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      util.h

+ 1
- 0
util.h Ver fichero

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


Cargando…
Cancelar
Guardar