]> git.pld-linux.org Git - packages/apache-mod_proctitle.git/blobdiff - mod_proctitle.c
- dlfcn.h for dlsym
[packages/apache-mod_proctitle.git] / 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.029097 seconds and 4 git commands to generate.