X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fcntl-safer.c;h=70a9f51b80cb53fc5cbd72541c5a84ac25eae403;hb=c4c53bb2f7c0a05e9795da46ea3ddc17b2ef0c78;hp=3b3ff751398c87cb3423948d6de512830b60fd5c;hpb=45b8409ffe3828d32d20281f1038816573e753df;p=gnulib.git diff --git a/tests/test-fcntl-safer.c b/tests/test-fcntl-safer.c index 3b3ff7513..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,4 +20,19 @@ #include "fcntl--.h" +#include +#include +#include +#include + +#include "macros.h" + +#define BASE "test-fcntl-safer.t" + #include "test-open.h" + +int +main (void) +{ + return test_open (open, true); +}