Files
sablink-distro/app-crypt/cryptkeeper/files/cryptkeeper-0.9.4-gcc4.4.patch
T
Ian Whyman 33c5ba4f11 [app-crypt/cryptkeeper] Add GCC 4.4 patch (missing include)
(Portage version: 2.2_rc40/git/Linux x86_64)
 (Unsigned Manifest commit)
2009-09-20 13:40:33 +01:00

11 lines
244 B
Diff

--- lsof.cpp 2009-09-20 13:08:55.863586009 +0100
+++ lsof.cpp.new 2009-09-20 13:09:11.741585956 +0100
@@ -18,6 +18,7 @@
*/
#include <stdlib.h>
#include <vector>
+#include <cstdio>
#include <assert.h>
#include <cstring>
#include "lsof.h"