diff options
-rw-r--r-- | inout.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: inout.h,v 1.13 1996/02/07 14:13:47 roberto Exp roberto $ | 2 | ** $Id: inout.h,v 1.14 1996/03/15 13:13:13 roberto Exp roberto $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | 5 | ||
@@ -7,7 +7,7 @@ | |||
7 | #define inout_h | 7 | #define inout_h |
8 | 8 | ||
9 | #include "types.h" | 9 | #include "types.h" |
10 | #include "stdio.h" | 10 | #include <stdio.h> |
11 | 11 | ||
12 | 12 | ||
13 | extern Word lua_linenumber; | 13 | extern Word lua_linenumber; |