]> git.pld-linux.org Git - packages/apache-mod_proctitle.git/commitdiff
- dlfcn.h for dlsym
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 7 Jul 2008 08:59:32 +0000 (08:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mod_proctitle.c -> 1.2

mod_proctitle.c

index 61585b34df6c079f68d7d3aa9a9b100def4b8915..06284c0d737f82e0ee9440ce9ba50168740f5cbc 100644 (file)
@@ -15,6 +15,8 @@
 #include "apr_strings.h"
 #include "apr_lib.h"
 
+#include <dlfcn.h>
+
 #define MAXTITLE 1024
 
 static char *title_progname_full;
This page took 0.184754 seconds and 4 git commands to generate.