A few small BSD related fixes.

This commit is contained in:
antirez
2012-02-08 22:24:59 +01:00
parent 01e95705f8
commit ac834d237a
4 changed files with 11 additions and 10 deletions

View File

@ -35,6 +35,7 @@
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include "ae.h"
#include "zmalloc.h"