for fixing bug434301.

This commit is contained in:
Lingning Zhang 2008-02-27 02:38:59 +00:00
parent 4266784cf7
commit aa9ede077b

View File

@ -0,0 +1,11 @@
--- ttmkfdir-3.0.9/directory.cpp.bak 2008-02-27 10:18:52.000000000 +0800
+++ ttmkfdir-3.0.9/directory.cpp 2008-02-27 10:20:24.000000000 +0800
@@ -2,6 +2,8 @@
#include <dirent.h>
#include <sys/stat.h>
#include <unistd.h>
+#include <string.h>
+#include <stdlib.h>
#include "directory.h"