Browse Source

Add missing header to avoid warning

ok millert@ ray@
OPENBSD_4_3
chl 17 years ago
parent
commit
cf0e72fea8
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

@ -1,4 +1,4 @@
/* $OpenBSD: atexit.c,v 1.13 2007/09/03 14:40:16 millert Exp $ */
/* $OpenBSD: atexit.c,v 1.14 2007/09/05 20:47:47 chl Exp $ */
/*
* Copyright (c) 2002 Daniel Hartmeier
* All rights reserved.
@ -32,6 +32,7 @@
#include <sys/types.h>
#include <sys/mman.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "atexit.h"
#include "thread_private.h"


Loading…
Cancel
Save