소스 검색

small correction

Roberto Ierusalimschy 29 년 전
부모
커밋
8826eb7918
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      inout.h

+ 2 - 2
inout.h

@@ -1,5 +1,5 @@
 /*
-** $Id: inout.h,v 1.13 1996/02/07 14:13:47 roberto Exp roberto $
+** $Id: inout.h,v 1.14 1996/03/15 13:13:13 roberto Exp roberto $
 */
 
 
@@ -7,7 +7,7 @@
 #define inout_h
 
 #include "types.h"
-#include "stdio.h"
+#include <stdio.h>
 
 
 extern Word lua_linenumber;