瀏覽代碼

Merge pull request #1283 from dunst0/patch-1

dispatcher: undeclared UINT32_MAX on FreeBSD missing header
Daniel-Constantin Mierla 8 年之前
父節點
當前提交
384a533876
共有 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>