Browse Source

kazoo : revert uuid include

Luis Azedo 10 years ago
parent
commit
ad76e342a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/kazoo/kz_amqp.c

+ 1 - 1
modules/kazoo/kz_amqp.c

@@ -5,7 +5,7 @@
 #include <amqp_framing.h>
 #include <amqp_framing.h>
 #include <amqp_tcp_socket.h>
 #include <amqp_tcp_socket.h>
 #include <json.h>
 #include <json.h>
-#include <uuid.h>
+#include <uuid/uuid.h>
 #include "../../mem/mem.h"
 #include "../../mem/mem.h"
 #include "../../timer_proc.h"
 #include "../../timer_proc.h"
 #include "../../sr_module.h"
 #include "../../sr_module.h"