Commit 33c5ddcd by Kaveh R. Ghazi Committed by Kaveh Ghazi

* xmemdup.c: Include sys/types.h.

From-SVN: r29218
parent 9831d640
Wed Sep 8 20:03:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* xmemdup.c: Include sys/types.h.
1999-09-07 Jeff Garzik <jgarzik@pobox.com> 1999-09-07 Jeff Garzik <jgarzik@pobox.com>
* xmemdup.c: New xmemdup function. * xmemdup.c: New xmemdup function.
......
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#include "ansidecl.h" #include "ansidecl.h"
#include "libiberty.h" #include "libiberty.h"
#include <sys/types.h> /* For size_t. */
PTR PTR
xmemdup (input, copy_size, alloc_size) xmemdup (input, copy_size, alloc_size)
const PTR input; const PTR input;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment