move libkcompat inside ust
[ust.git] / libustcomm / ustcomm.h
index 87ed322be43bec8f4e0ccdd3d28c8c430c820b85..a8fd6408aa68540fc109dbdeec8e5dc17b4003fc 100644 (file)
@@ -20,8 +20,9 @@
 
 #include <sys/types.h>
 #include <sys/un.h>
+#include <urcu/list.h>
 
-#include "kcompat.h"
+#include <ust/kcompat/kcompat.h>
 #include "multipoll.h"
 
 #define SOCK_DIR "/tmp/ust-app-socks"
@@ -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.023142 seconds and 4 git commands to generate.