]> arthur.barton.de Git - netatalk.git/commitdiff
remove a warning
authorhat001 <hat001>
Sun, 18 Apr 2010 16:14:51 +0000 (16:14 +0000)
committerhat001 <hat001>
Sun, 18 Apr 2010 16:14:51 +0000 (16:14 +0000)
libatalk/vfs/unix.c

index d0ea31282351be18c23cec8bd7d9f407c00120fd..4812e96421ad49846bc501d042170ff332423bf0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: unix.c,v 1.10 2010-03-12 15:16:49 franklahm Exp $
+ * $Id: unix.c,v 1.11 2010-04-18 16:14:51 hat001 Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -12,6 +12,7 @@
 
 #include <unistd.h>
 #include <errno.h>
+#include <stdlib.h>
 #include <sys/param.h>
 #include <sys/types.h>
 #include <sys/stat.h>