Whamcloud - gitweb
EX-2930 lipe: fix includes
authorJohn L. Hammond <jhammond@whamcloud.com>
Mon, 29 Mar 2021 14:11:53 +0000 (09:11 -0500)
committerJohn L. Hammond <jhammond@whamcloud.com>
Mon, 29 Mar 2021 20:55:05 +0000 (20:55 +0000)
In lipe/src/lipe_expression_test.c, include the headers we need and
replace <debug.h> with "debug.h".

Test-Parameters: trivial
Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: I1c416da5bb61b3219025d93706dfb6e798fccc1c
Reviewed-on: https://review.whamcloud.com/43156
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lipe/src/lipe_expression_test.c

index 44d06b5..f5d1771 100644 (file)
@@ -7,8 +7,14 @@
  *
  * Author: Li Xi <lixi@ddn.com>
  */
-#include <debug.h>
+#include <stdbool.h>
+#include <stdint.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <errno.h>
 #include <limits.h>
+#include <string.h>
+#include "debug.h"
 #include "lipe_object_attrs.h"
 #include "policy.h"