diff lib/mempcpy.c @ 7975:4c56bddfd956

* lib/mempcpy.c: Include <config.h> before <string.h>. This fixes a compilation error on HP-UX, due to the system's "restrict"-using mempcpy prototype.
author Jim Meyering <jim@meyering.net>
date Sat, 27 Jan 2007 07:35:49 +0000
parents a1d177cd9523
children b5e42ef33b49
line wrap: on
line diff
--- a/lib/mempcpy.c
+++ b/lib/mempcpy.c
@@ -15,6 +15,8 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
+#include <config.h>
+
 /* Specification.  */
 #include <string.h>