[28688] in Source-Commits
lert commit: supress compiler warnings through proper header file includions
daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Fri Sep 2 18:26:13 2016
Date: Fri, 2 Sep 2016 18:26:09 -0400
From: Anders Kaseorg <andersk@mit.edu>
Message-Id: <201609022226.u82MQ96M006496@drugstore.mit.edu>
To: source-commits@mit.edu
https://github.com/mit-athena/lert/commit/3a93954805e7bb5c8adfe596b0a65ac14c00e349
commit 3a93954805e7bb5c8adfe596b0a65ac14c00e349
Author: Jonathon Weiss <jweiss@mit.edu>
Date: Fri Sep 2 17:52:11 2016 -0400
supress compiler warnings through proper header file includions
lertdump.c | 1 +
lertsaid.c | 1 +
lertstop.c | 1 +
lertused.c | 1 +
4 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/lertdump.c b/lertdump.c
index b8c6789..d69b59f 100644
--- a/lertdump.c
+++ b/lertdump.c
@@ -5,6 +5,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
diff --git a/lertsaid.c b/lertsaid.c
index a572424..b17e1f8 100644
--- a/lertsaid.c
+++ b/lertsaid.c
@@ -5,6 +5,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
diff --git a/lertstop.c b/lertstop.c
index 843c4b0..27860ac 100644
--- a/lertstop.c
+++ b/lertstop.c
@@ -12,6 +12,7 @@ change keys while traversing.
*/
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
diff --git a/lertused.c b/lertused.c
index 8e2b742..7f0b5a8 100644
--- a/lertused.c
+++ b/lertused.c
@@ -5,6 +5,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>