Add stdint.h include into STUN module implementation.
authorMASM fan <masmfan@gmail.com>
Thu, 27 Nov 2014 23:42:17 +0000 (03:42 +0400)
committerMASM fan <masmfan@gmail.com>
Thu, 27 Nov 2014 23:42:17 +0000 (03:42 +0400)
src/stun.cpp

index c5863f0..ee45833 100644 (file)
@@ -29,6 +29,7 @@
  */
 
 #include <stdio.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>