Fixing ttmkfdir, with help of a modification in deb-package.

svn path=/nixpkgs/trunk/; revision=15335
This commit is contained in:
Lluís Batlle i Rossell
2009-04-27 12:04:11 +00:00
parent 2dc368f084
commit 3e0708e505
3 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
diff --git a/directory.cpp b/directory.cpp
index 5f0d78a..b94cbe5 100644
--- a/directory.cpp
+++ b/directory.cpp
@@ -2,6 +2,7 @@
#include <dirent.h>
#include <sys/stat.h>
#include <unistd.h>
+#include <cstring>
#include "directory.h"