Browse Source

Only need <stdint.h> and not all of <inttypes.h> here

OPENBSD_5_7
guenther 10 years ago
parent
commit
d187729c06
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/stdlib/hcreate.c

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

@ -1,4 +1,4 @@
/* $OpenBSD: hcreate.c,v 1.4 2007/09/02 15:19:17 deraadt Exp $ */
/* $OpenBSD: hcreate.c,v 1.5 2014/08/10 02:15:18 guenther Exp $ */
/* $NetBSD: hcreate.c,v 1.5 2004/04/23 02:48:12 simonb Exp $ */
/*
@ -50,7 +50,7 @@
#include "namespace.h"
#include <assert.h>
#include <errno.h>
#include <inttypes.h>
#include <stdint.h>
#include <search.h>
#include <stdlib.h>
#include <string.h>


Loading…
Cancel
Save