summaryrefslogtreecommitdiff
path: root/common/file.cpp
diff options
context:
space:
mode:
authorleo2000-01-04 11:18:47 +0000
committerleo2000-01-04 11:18:47 +0000
commitbe42a748bdff8ee4ef8776e1548275485d7c8122 (patch)
tree13557e85cd3ca505f8256b549facaed5882b55d8 /common/file.cpp
parent7e28c4ea0210e4f4738086b5b28bfb227da15660 (diff)
Added support for modifying the library
git-svn-id: http://svn.leocad.org/trunk@47 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/file.cpp')
-rw-r--r--common/file.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/file.cpp b/common/file.cpp
index 06838cf..b1b8fd7 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <memory.h>
#include <stdlib.h>
+#include <string.h>
#include "file.h"
#include "defines.h"