X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fopen.c;h=d788d84e343d9c9d3eb8e9adbb5025dc455a0de6;hb=e6b310e3cd8d3eec494f0c886bd407920faccb4a;hp=29d783946323ae410a4b6b4f5e4b778f9f2845ec;hpb=82381b9e5b37125305709d412d8322b35e5c4796;p=gnulib.git diff --git a/tests/test-fopen.c b/tests/test-fopen.c index 29d783946..d788d84e3 100644 --- a/tests/test-fopen.c +++ b/tests/test-fopen.c @@ -1,5 +1,5 @@ /* Test of opening a file stream. - 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,6 +20,9 @@ #include +#include "signature.h" +SIGNATURE_CHECK (fopen, FILE *, (char const *, char const *)); + #define BASE "test-fopen.t" #include "test-fopen.h"