X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.h;h=e7e73621dc4c74244dadd80c1870cf07cb9dbb7b;hb=ce2ccc12dddef07259e349d0b10504585ce6ee20;hp=87ed322be43bec8f4e0ccdd3d28c8c430c820b85;hpb=0e4b45ace8b034dc4352a30d89b74f5e59e2e27d;p=ust.git diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index 87ed322..e7e7362 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -20,6 +20,7 @@ #include #include +#include #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);