X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fcntl-safer.c;h=c5f48f1ebe9c0a13c1c312cb95f28cf3a973fe74;hb=3386f3988ce2ab14d65f59659d8f95bf4830ecb3;hp=3b3ff751398c87cb3423948d6de512830b60fd5c;hpb=45b8409ffe3828d32d20281f1038816573e753df;p=gnulib.git diff --git a/tests/test-fcntl-safer.c b/tests/test-fcntl-safer.c index 3b3ff7513..c5f48f1eb 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-2013 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); +}