blob: 58ec5d88343c46e5c91ca59fd72bf28e9fe94747 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001include sys/types.h for u_int32_t
2
3ui.c:340:5: error: unknown type name 'u_int32_t'; did you mean 'uint32_t'?
4 u_int32_t addr;
5 ^~~~~~~~~
6Index: OpenIPMI-2.0.22/ui/ui.c
7===================================================================
8--- OpenIPMI-2.0.22.orig/ui/ui.c
9+++ OpenIPMI-2.0.22/ui/ui.c
10@@ -42,6 +42,7 @@
11 #include <fcntl.h>
12 #include <time.h>
13 #include <sys/time.h>
14+#include <sys/types.h>
15 #include <ctype.h>
16
17 #include <OpenIPMI/selector.h>