diff options
Diffstat (limited to 'nss/tst-nss-test5.c')
-rw-r--r-- | nss/tst-nss-test5.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nss/tst-nss-test5.c b/nss/tst-nss-test5.c index fef41f08df..8f02cb7779 100644 --- a/nss/tst-nss-test5.c +++ b/nss/tst-nss-test5.c @@ -22,6 +22,8 @@ #include <stdlib.h> #include <string.h> +#include <support/support.h> + #include "nss_test.h" /* The specific values and names used here are arbitrary, other than @@ -104,5 +106,4 @@ do_test (void) } } -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" +#include <support/test-driver.c> |