Skip to content

Commit

Permalink
Fix last change
Browse files Browse the repository at this point in the history
Include shlib-compat.h for SHLIB_COMPAT.
  • Loading branch information
ajaeger committed May 21, 2012
1 parent 61f6514 commit 6627421
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-05-21 Andreas Jaeger <[email protected]>

* malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.

2012-05-21 H.J. Lu <[email protected]>

* sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
Expand Down
2 changes: 2 additions & 0 deletions malloc/malloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@
#include <stdio.h> /* needed for malloc_stats */
#include <errno.h>

#include <shlib-compat.h>

/* For uintptr_t. */
#include <stdint.h>

Expand Down

0 comments on commit 6627421

Please sign in to comment.