]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.cc
* fix missing SetExecClose() call when the status-fd is used
[apt.git] / apt-pkg / contrib / fileutl.cc
index 9fd71728e9943a702ae6c286067b516ea55a1acc..9e13b4f60d05ebd916b15d958e095b2f941325cc 100644 (file)
@@ -14,9 +14,6 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
-#ifdef __GNUG__
-#pragma implementation "apt-pkg/fileutl.h"
-#endif 
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/sptr.h>
@@ -24,6 +21,9 @@
 
 #include <apti18n.h>
 
+#include <cstdlib>
+#include <cstring>
+
 #include <iostream>
 #include <unistd.h>
 #include <fcntl.h>