[freenos] [freenos commit] r180 - Add missing header.

  • From: codesite-noreply@xxxxxxxxxx
  • To: freenos@xxxxxxxxxxxxx
  • Date: Thu, 02 Jul 2009 19:37:30 +0000

Author: alexander.schrijver
Date: Thu Jul  2 12:24:21 2009
New Revision: 180

Modified:
   trunk/srv/filesystem/ext2/Ext2Create.cpp

Log:
Add missing header.



Modified: trunk/srv/filesystem/ext2/Ext2Create.cpp
==============================================================================
--- trunk/srv/filesystem/ext2/Ext2Create.cpp    (original)
+++ trunk/srv/filesystem/ext2/Ext2Create.cpp    Thu Jul  2 12:24:21 2009
@@ -30,6 +30,7 @@
 #include <dirent.h>
 #include <string.h>
 #include <errno.h>
+#include <libgen.h>
 #include <sys/types.h>
 #include <sys/stat.h>


Other related posts:

  • » [freenos] [freenos commit] r180 - Add missing header. - codesite-noreply