aboutsummaryrefslogtreecommitdiff
path: root/tests/pkd/pkd_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkd/pkd_hello.c')
-rw-r--r--tests/pkd/pkd_hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkd/pkd_hello.c b/tests/pkd/pkd_hello.c
index 09c76975..4db8ee5c 100644
--- a/tests/pkd/pkd_hello.c
+++ b/tests/pkd/pkd_hello.c
@@ -3,10 +3,10 @@
*
* (c) 2014, 2017 Jon Simons <jon@jonsimons.org>
*/
+#include "config.h"
#include <setjmp.h> // for cmocka
#include <stdarg.h> // for cmocka
-#include <stdlib.h>
#include <stdio.h>
#include <unistd.h> // for cmocka
#include <cmocka.h>