diff options
Diffstat (limited to 'test/misc/tst-utmp.c')
-rw-r--r-- | test/misc/tst-utmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/misc/tst-utmp.c b/test/misc/tst-utmp.c index 12a208855..06ba1409b 100644 --- a/test/misc/tst-utmp.c +++ b/test/misc/tst-utmp.c @@ -50,7 +50,7 @@ static void do_prepare (int argc, char *argv[]); #define PREPARE do_prepare /* This defines the `main' function and some more. */ -#include <test-skeleton.c> +#include "../test-skeleton.c" /* These are for the temporary file we generate. */ |