diff options
author | Bdale Garbee <bdale@gag.com> | 2009-09-06 10:39:23 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2009-09-06 10:39:23 -0600 |
commit | 35c54b3a278fa9bc2bc7f4b5ee04866697c93ba0 (patch) | |
tree | 158e5e258d25e1d1f2ffa55492a3db43c16214ba /ao-tools/lib/cc-util.c | |
parent | 4f8eff7401ee2d8092ab36fa33411f9b23dda880 (diff) | |
parent | 6d018ab933832e2d80bb1564c339d9fb18b57be2 (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'ao-tools/lib/cc-util.c')
-rw-r--r-- | ao-tools/lib/cc-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/lib/cc-util.c b/ao-tools/lib/cc-util.c index 7104470c..65488ee9 100644 --- a/ao-tools/lib/cc-util.c +++ b/ao-tools/lib/cc-util.c @@ -15,8 +15,8 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include "cc.h" #define _GNU_SOURCE +#include "cc.h" #include <string.h> #include <stdlib.h> #include <unistd.h> |