projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0614cf0
)
missing assert
author
Matthias Braun
<matze@braunis.de>
Mon, 2 May 2005 00:05:21 +0000
(
00:05
+0000)
committer
Matthias Braun
<matze@braunis.de>
Mon, 2 May 2005 00:05:21 +0000
(
00:05
+0000)
SVN-Revision: 2387
src/video/screen.cpp
patch
|
blob
|
history
diff --git
a/src/video/screen.cpp
b/src/video/screen.cpp
index
3ddd9b3
..
8bc28c8
100644
(file)
--- a/
src/video/screen.cpp
+++ b/
src/video/screen.cpp
@@
-23,6
+23,7
@@
#include <cstdlib>
#include <cstring>
#include <cerrno>
+#include <assert.h>
#include <unistd.h>