projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d351aaa
)
atc(6): Include <stdlib.h> to silence some warnings.
author
Sascha Wildner <saw@online.de>
Wed, 16 Sep 2009 10:45:01 +0000 (12:45 +0200)
committer
Sascha Wildner <saw@online.de>
Wed, 16 Sep 2009 10:45:01 +0000 (12:45 +0200)
Reported-by: corecode
Dragonfly-bug: <http://bugs.dragonflybsd.org/issue1514>
games/atc/include.h
patch
|
blob
|
blame
|
history
diff --git
a/games/atc/include.h
b/games/atc/include.h
index
c21a9cc
..
2984ee1
100644
(file)
--- a/
games/atc/include.h
+++ b/
games/atc/include.h
@@
-56,6
+56,7
@@
#include <pwd.h>
#include <signal.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <termios.h>
#include <unistd.h>