From e83c2a0f101fbfba59d9bfa976d30d90a73534ed Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 3 Sep 2011 20:47:36 -0700 Subject: [PATCH] adding include so that "puts" is not implicitly declared --- ex1.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ex1.c b/ex1.c index f18c9d8..0d77642 100644 --- a/ex1.c +++ b/ex1.c @@ -1,3 +1,5 @@ +#include + int main() { puts("Hello world.");