summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libgphoto2_port
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2009-06-17 09:53:13 +0000
committerMarcus Meissner <marcus@jet.franken.de>2009-06-17 09:53:13 +0000
commit63efe51b6c68c9e0ea47b4735b4613a26c1ddbea (patch)
treef79d8e9f86110e241b681efade0b134ee9d92c4d /libgphoto2_port/libgphoto2_port
parent5e9a103e3d59fa69b31520bcf2a4f7fa784fe5d9 (diff)
downloadlibgphoto2-63efe51b6c68c9e0ea47b4735b4613a26c1ddbea.tar.gz
re_* regex functions are protected by _GNU_SOURCE these days
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12155 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/libgphoto2_port')
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
index 1bcfbffab..0694b1ebb 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
@@ -20,6 +20,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
+#define _GNU_SOURCE
#include "config.h"