aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2021-10-13 12:52:36 +0200
committerBjørn Mork <bjorn@mork.no>2021-10-13 12:52:36 +0200
commitf6a83c1cf35dec2b098c7464186470be498b7aea (patch)
treee2556857d5866db474e9f65fddbe3b1cc234033e
parenteb081c2f3032776f36b5b43b1b4189cd099343b9 (diff)
include <stdint.h> for __intxx_tv0.04
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-rw-r--r--obinsectd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/obinsectd.c b/obinsectd.c
index 4bb6c21..909110d 100644
--- a/obinsectd.c
+++ b/obinsectd.c
@@ -32,6 +32,7 @@
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>
+#include <stdint.h>
#include <string.h>
#include <sys/time.h>
#include <sys/types.h>