fixed memrchr compiler warning

This commit is contained in:
Martin Willi
2007-11-19 12:27:08 +00:00
parent 729a6ec965
commit e533b928f0
+2
View File
@@ -21,6 +21,8 @@
* RCSID $Id$
*/
/* memrchr is a GNU extension */
#define _GNU_SOURCE
#include <string.h>
#include "lexparser.h"