diff options
Diffstat (limited to 'security/pwman/files/patch-src__pwman.h')
-rw-r--r-- | security/pwman/files/patch-src__pwman.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/pwman/files/patch-src__pwman.h b/security/pwman/files/patch-src__pwman.h new file mode 100644 index 000000000000..1cc049ec743c --- /dev/null +++ b/security/pwman/files/patch-src__pwman.h @@ -0,0 +1,10 @@ +--- ./src/pwman.h.orig 2009-08-26 16:18:55.000000000 +0000 ++++ ./src/pwman.h 2010-09-14 02:40:40.029593205 +0000 +@@ -26,6 +26,7 @@ + #include <string.h> + #include <config.h> + #include <time.h> ++#include <stdlib.h> + #include <stdarg.h> + + #define CONF_FILE ".pwmanrc" |