fmt: avoid strerror_r compile warning on linux

This commit is contained in:
Richard Aas 2012-08-03 13:53:42 +00:00
parent e63acdb2ff
commit df35dc9610

View file

@ -3,6 +3,7 @@
*
* Copyright (C) 2010 Creytiv.com
*/
#define _GNU_SOURCE 1
#include <string.h>
#include <re_types.h>
#include <re_sa.h>