Explorar o código

dispatcher: undeclared UINT32_MAX on FreeBSD missing header

- on FreeBSD is for UINT32_MAX the <stdint.h> header needed
Rick %!s(int64=8) %!d(string=hai) anos
pai
achega
ed4757c588
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/modules/dispatcher/dispatch.c

+ 1 - 0
src/modules/dispatcher/dispatch.c

@@ -30,6 +30,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <time.h>
 #include <math.h>