X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fcntl-safer.c;h=70a9f51b80cb53fc5cbd72541c5a84ac25eae403;hb=e81d3b1b46e69f9799deb665769f9796c4e454e6;hp=33c7c2cd8a7726d1bb11cc2c6ba3346c0fb1ae8f;hpb=82381b9e5b37125305709d412d8322b35e5c4796;p=gnulib.git diff --git a/tests/test-fcntl-safer.c b/tests/test-fcntl-safer.c index 33c7c2cd8..70a9f51b8 100644 --- a/tests/test-fcntl-safer.c +++ b/tests/test-fcntl-safer.c @@ -1,5 +1,5 @@ /* Test of opening a file descriptor. - Copyright (C) 2007-2009 Free Software Foundation, Inc. + Copyright (C) 2007-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,6 +20,13 @@ #include "fcntl--.h" +#include +#include +#include +#include + +#include "macros.h" + #define BASE "test-fcntl-safer.t" #include "test-open.h" @@ -27,5 +34,5 @@ int main (void) { - return test_open (); + return test_open (open, true); }