summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lvm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lvm.c b/lvm.c
index 8ebf102a..a953bfc9 100644
--- a/lvm.c
+++ b/lvm.c
@@ -1,11 +1,10 @@
1/* 1/*
2** $Id: lvm.c,v 1.291 2003/12/09 16:56:11 roberto Exp roberto $ 2** $Id: lvm.c,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $
3** Lua virtual machine 3** Lua virtual machine
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7 7
8#include <stdarg.h>
9#include <stdlib.h> 8#include <stdlib.h>
10#include <string.h> 9#include <string.h>
11 10