X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fopen.c;h=c36006a6766c31500ed36f3711b875db14469494;hb=69be788393cc7d52413d9d2782117326d4c15899;hp=29d783946323ae410a4b6b4f5e4b778f9f2845ec;hpb=82381b9e5b37125305709d412d8322b35e5c4796;p=gnulib.git diff --git a/tests/test-fopen.c b/tests/test-fopen.c index 29d783946..c36006a67 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-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,9 @@ #include +#include "signature.h" +SIGNATURE_CHECK (fopen, FILE *, (char const *, char const *)); + #define BASE "test-fopen.t" #include "test-fopen.h"