+2003-01-23 Bruno Haible <bruno@clisp.org>
+
+ * po-gram.h: Don't include <sys/types.h>.
+
2003-01-23 Bruno Haible <bruno@clisp.org>
* msgmerge.c (use_fuzzy_matching): New variable.
/* GNU gettext - internationalization aids
- Copyright (C) 1995, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1995, 2002-2003 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
#ifndef _PO_GRAM_H
#define _PO_GRAM_H
-/* Include some fundamental headers. */
-#include <sys/types.h>
-
extern int po_gram_parse (void);
#endif