* apt-pkg/contrib/fileutl.cc:
[ntk/apt.git] / apt-pkg / contrib / weakptr.h
index ed92eb3..8de727d 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.
  *