X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-sys_select.c;h=6449dafde76ecc9be1fbeb44e070fdeeb8d985bc;hb=8424f040f4bfc95e7448e62ac26ea028faf36480;hp=6c3547a7559d23afec9edce55b0eaeb6846abebb;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/tests/test-sys_select.c b/tests/test-sys_select.c index 6c3547a75..6449dafde 100644 --- a/tests/test-sys_select.c +++ b/tests/test-sys_select.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2008 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 +/* Check that the 'struct timeval' type is defined. */ +struct timeval t1; + int main () {