[project @ 2006-01-09 14:31:37 by simonmar]
authorsimonmar <unknown>
Mon, 9 Jan 2006 14:31:37 +0000 (14:31 +0000)
committersimonmar <unknown>
Mon, 9 Jan 2006 14:31:37 +0000 (14:31 +0000)
Include stdlib in lndir, fixing gcc "implicit declaration" warnings

glafp-utils/lndir/lndir.c

index 8da535e..c65715e 100644 (file)
@@ -44,6 +44,7 @@ in this Software without prior written authorization from the X Consortium.
 */
 
 #include "lndir-Xos.h"
+#include <stdlib.h>
 #include <stdio.h>
 #include <sys/stat.h>
 #include <sys/param.h>