aboutsummaryrefslogtreecommitdiff
path: root/lzio.c
diff options
context:
space:
mode:
Diffstat (limited to 'lzio.c')
-rw-r--r--lzio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lzio.c b/lzio.c
index cecd16a1..c523ece5 100644
--- a/lzio.c
+++ b/lzio.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lzio.c,v 1.11 2000/03/03 14:58:26 roberto Exp roberto $ 2** $Id: lzio.c,v 1.12 2000/05/24 13:54:49 roberto Exp roberto $
3** a generic input stream interface 3** a generic input stream interface
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -9,6 +9,8 @@
9#include <stdio.h> 9#include <stdio.h>
10#include <string.h> 10#include <string.h>
11 11
12#include "lua.h"
13
12#include "lzio.h" 14#include "lzio.h"
13 15
14 16