X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fcntl-safer.c;h=97d8ba2a31eac576c554a2d22fdd61849027a8ee;hb=f4c549fab688ce822556eadcf60fdda5042ade11;hp=433160bf66d8522a0d909f192aaf9de292e973b8;hpb=ec65f38e49b3db77ef9866f888f0a8d743cfe742;p=gnulib.git diff --git a/tests/test-fcntl-safer.c b/tests/test-fcntl-safer.c index 433160bf6..97d8ba2a3 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-2010 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,12 +20,19 @@ #include "fcntl--.h" +#include +#include +#include +#include + +#include "macros.h" + #define BASE "test-fcntl-safer.t" #include "test-open.h" int -main () +main (void) { - return test_open (); + return test_open (open, true); }