add <stdlib.h> for free(),atoi(),exit()
authorfcusack <fcusack>
Mon, 10 Jun 2002 10:43:47 +0000 (10:43 +0000)
committerfcusack <fcusack>
Mon, 10 Jun 2002 10:43:47 +0000 (10:43 +0000)
src/main/modcall.c

index e7bda33..af835a2 100644 (file)
@@ -20,6 +20,7 @@
  * Copyright 2000  The FreeRADIUS server project
  */
 
+#include <stdlib.h>
 #include <string.h>
 #include <stdarg.h>
 #include "radiusd.h"