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

Cyril Hrubis chrubis@suse.cz
Wed Feb 20 16:17:49 CET 2019


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 --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
-- 
2.19.2



More information about the ltp mailing list