mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-26 09:50:40 +08:00
* xmemdup.c: Include sys/types.h.
From-SVN: r29218
This commit is contained in:
parent
9831d64062
commit
33c5ddcd3e
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* xmemdup.c: New xmemdup function.
|
||||
|
@ -8,6 +8,8 @@
|
||||
#include "ansidecl.h"
|
||||
#include "libiberty.h"
|
||||
|
||||
#include <sys/types.h> /* For size_t. */
|
||||
|
||||
PTR
|
||||
xmemdup (input, copy_size, alloc_size)
|
||||
const PTR input;
|
||||
|
Loading…
x
Reference in New Issue
Block a user