parse-datetime: fix failure to diagnose invalid input
[gnulib.git] / tests / test-fcntl-h.c
index 078aecd..00c5468 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of <fcntl.h> substitute.
-   Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2012 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
@@ -33,6 +33,8 @@ int i = FD_CLOEXEC;
 
 /* Check that the types are all defined.  */
 pid_t t1;
+off_t t2;
+mode_t t3;
 
 int
 main (void)