aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-10-19 20:36:31 +0000
committerFabian Groffen <grobian@gentoo.org>2008-10-19 20:36:31 +0000
commitf82db2b21292e129ba190debd63485d9e6b0239e (patch)
tree952b9744112cd4d8687c5e26fa856998e4c6017e /porting.h
parentNow I had the specs here anyway, implemented GNU extended filenames as well. (diff)
downloadpax-utils-f82db2b21292e129ba190debd63485d9e6b0239e.tar.gz
pax-utils-f82db2b21292e129ba190debd63485d9e6b0239e.tar.bz2
pax-utils-f82db2b21292e129ba190debd63485d9e6b0239e.zip
Silence a warning
Diffstat (limited to 'porting.h')
-rw-r--r--porting.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/porting.h b/porting.h
index 3b369ca..919b860 100644
--- a/porting.h
+++ b/porting.h
@@ -1,7 +1,7 @@
/*
* Copyright 2005-2007 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
- * $Header: /var/cvsroot/gentoo-projects/pax-utils/porting.h,v 1.31 2007/05/23 22:27:27 solar Exp $
+ * $Header: /var/cvsroot/gentoo-projects/pax-utils/porting.h,v 1.32 2008/10/19 20:36:31 grobian Exp $
*
* Copyright 2005-2007 Ned Ludd - <solar@gentoo.org>
* Copyright 2005-2007 Mike Frysinger - <vapier@gentoo.org>
@@ -33,6 +33,7 @@
#include <pwd.h>
#include <fnmatch.h>
#include <regex.h>
+#include <alloca.h>
#include <sys/mman.h>
#include "elf.h"