summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lstring.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lstring.h b/lstring.h
index 29bdcb9d..a78dc1fa 100644
--- a/lstring.h
+++ b/lstring.h
@@ -1,5 +1,5 @@
/*
-** $Id: lstring.h,v 1.42 2005/02/23 17:30:22 roberto Exp roberto $
+** $Id: lstring.h,v 1.43 2005/04/25 19:24:10 roberto Exp roberto $
** String table (keep all strings handled by Lua)
** See Copyright Notice in lua.h
*/
@@ -7,6 +7,7 @@
#ifndef lstring_h
#define lstring_h
+#include <string.h>
#include "lgc.h"
#include "lobject.h"