diff mbox series

[COMMITTED] lapi/include/ustat.h: Include config.h

Message ID 20190220151749.5506-1-chrubis@suse.cz
State Accepted
Delegated to: Petr Vorel
Headers show
Series [COMMITTED] lapi/include/ustat.h: Include config.h | expand

Commit Message

Cyril Hrubis Feb. 20, 2019, 3:17 p.m. UTC
Otherwise we don't use the system ustat.h header at all.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
 include/lapi/ustat.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/include/lapi/ustat.h b/include/lapi/ustat.h
index b32749925..12c073582 100644
--- a/include/lapi/ustat.h
+++ b/include/lapi/ustat.h
@@ -3,6 +3,8 @@ 
 #ifndef LAPI_USTAT_H
 #define LAPI_USTAT_H
 
+#include "config.h"
+
 #include <sys/types.h>
 
 #ifdef HAVE_SYS_USTAT_H