diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-02-03 17:04:35 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-02-03 17:04:35 +0000 |
commit | 5e6ec4f96195debff3d57522eb0ac8def5cf2071 (patch) | |
tree | 23f802875211c99b530f5113c767f133276b7bab /mdk-stage1 | |
parent | ad54149b1633417ff31936fa43c2c3e9cf11d28f (diff) | |
download | drakx-5e6ec4f96195debff3d57522eb0ac8def5cf2071.tar drakx-5e6ec4f96195debff3d57522eb0ac8def5cf2071.tar.gz drakx-5e6ec4f96195debff3d57522eb0ac8def5cf2071.tar.bz2 drakx-5e6ec4f96195debff3d57522eb0ac8def5cf2071.tar.xz drakx-5e6ec4f96195debff3d57522eb0ac8def5cf2071.zip |
Define _GNU_SOURCE for asprintf
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/newt-frontend.c | 1 |
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> |