Преглед на файлове

dispatcher: undeclared UINT32_MAX on FreeBSD missing header

- on FreeBSD is for UINT32_MAX the <stdint.h> header needed
Rick преди 8 години
родител
ревизия
ed4757c588
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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>