aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v310/plupload.php
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-01-24 03:03:54 -0800
committerCesar G <prototech91@gmail.com>2014-01-24 04:30:14 -0800
commit8620f1e619d9acfc03c3c1f1a0e0d48a0c09de4a (patch)
treeda9ca5c25094a0ec930f405575cb2e820f80ff02 /phpBB/phpbb/db/migration/data/v310/plupload.php
parent4c102322c122d6839beddde496483e639739b7db (diff)
downloadforums-8620f1e619d9acfc03c3c1f1a0e0d48a0c09de4a.tar
forums-8620f1e619d9acfc03c3c1f1a0e0d48a0c09de4a.tar.gz
forums-8620f1e619d9acfc03c3c1f1a0e0d48a0c09de4a.tar.bz2
forums-8620f1e619d9acfc03c3c1f1a0e0d48a0c09de4a.tar.xz
forums-8620f1e619d9acfc03c3c1f1a0e0d48a0c09de4a.zip
[ticket/12125] Specify nth-child selectors separately - IE8 does not like them
PHPBB3-12125
Diffstat (limited to 'phpBB/phpbb/db/migration/data/v310/plupload.php')
0 files changed, 0 insertions, 0 deletions
eb0ac8def5cf2071'>23f802875211c99b530f5113c767f133276b7bab parentad54149b1633417ff31936fa43c2c3e9cf11d28f (diff)downloaddrakx-5e6ec4f96195debff3d57522eb0ac8def5cf2071.tar
drakx-5e6ec4f96195debff3d57522eb0ac8def5cf2071.tar.gz
drakx-5e6ec4f96195debff3d57522eb0ac8def5cf2071.tar.bz2
drakx-5e6ec4f96195debff3d57522eb0ac8def5cf2071.tar.xz
drakx-5e6ec4f96195debff3d57522eb0ac8def5cf2071.zip
Define _GNU_SOURCE for asprintf
Diffstat
-rw-r--r--mdk-stage1/newt-frontend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/newt-frontend.c b/mdk-stage1/newt-frontend.c
index 4520c9a7e..3556eeca6 100644
--- a/mdk-stage1/newt-frontend.c
+++ b/mdk-stage1/newt-frontend.c
@@ -24,6 +24,7 @@
* Each different frontend must implement all functions defined in frontend.h
*/
+#define _GNU_SOURCE
#include <stdlib.h>
#include <unistd.h>