]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/weakptr.h
refactor FileFd to hide some #ifdefs
[apt.git] / apt-pkg / contrib / weakptr.h
index ed92eb3f95040bcb31f7b8d77b282a79aa75d8e1..8de727d89e2aee41db68ecd567d4bbb80e28825c 100644 (file)
@@ -21,8 +21,9 @@
 #ifndef WEAK_POINTER_H
 #define WEAK_POINTER_H
 
-#include <cstdlib>
 #include <set>
+#include <stddef.h>
+
 /**
  * Class for objects providing support for weak pointers.
  *