Browse Source

missing include, ok theo

OPENBSD_3_2
henning 22 years ago
parent
commit
d67bb87548
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/lib/libc/stdlib/atexit.c

+ 2
- 1
src/lib/libc/stdlib/atexit.c View File

@ -29,12 +29,13 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: atexit.c,v 1.5 2002/08/30 07:58:07 dhartmei Exp $";
static char *rcsid = "$OpenBSD: atexit.c,v 1.6 2002/09/06 22:48:34 henning Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/mman.h>
#include <stdlib.h>
#include <unistd.h>
#include "atexit.h"
int __atexit_invalid = 1;


Loading…
Cancel
Save