remove pointless strdup_malloc
[ust.git] / libustcomm / ustcomm.h
index 87ed322be43bec8f4e0ccdd3d28c8c430c820b85..e7e73621dc4c74244dadd80c1870cf07cb9dbb7b 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <sys/types.h>
 #include <sys/un.h>
+#include <urcu/list.h>
 
 #include "kcompat.h"
 #include "multipoll.h"
@@ -64,8 +65,6 @@ struct ustcomm_multipoll_conn_info {
        int (*cb)(char *msg, struct ustcomm_source *src);
 };
 
-extern char *strdup_malloc(const char *s);
-
 //int send_message_pid(pid_t pid, const char *msg, char **reply);
 extern int ustcomm_request_consumer(pid_t pid, const char *channel);
 
This page took 0.024098 seconds and 4 git commands to generate.