move libkcompat inside ust
[ust.git] / libustcomm / ustcomm.h
index 841d67872027786e7d6ec319ea4fed763568bee9..a8fd6408aa68540fc109dbdeec8e5dc17b4003fc 100644 (file)
@@ -22,7 +22,7 @@
 #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"
@@ -65,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.021789 seconds and 4 git commands to generate.