Browse Source

add missing includes

ok tedu@
OPENBSD_3_4
david 21 years ago
parent
commit
38bcda4ede
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/lib/libc/stdlib/cfree.c

+ 3
- 2
src/lib/libc/stdlib/cfree.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: cfree.c,v 1.2 2003/06/04 16:35:23 deraadt Exp $ */
/* $OpenBSD: cfree.c,v 1.3 2003/07/18 23:05:13 david Exp $ */
/*
* Copyright (c) 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
@ -26,10 +26,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: cfree.c,v 1.2 2003/06/04 16:35:23 deraadt Exp $";
static char rcsid[] = "$OpenBSD: cfree.c,v 1.3 2003/07/18 23:05:13 david Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
#include <stdlib.h>
#ifdef __indr_reference
__indr_reference(free, cfree);


Loading…
Cancel
Save