Skip to content

Commit

Permalink
Include sys/param.h in getcwd.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier authored and jsm28 committed Feb 15, 2012
1 parent 1cac723 commit df6a4a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-02-15 Mike Frysinger <[email protected]>

* sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.

2012-02-15 Roland McGrath <[email protected]>

* mach/devstream.c (cookie_io_functions_t): Macro removed.
Expand Down
4 changes: 2 additions & 2 deletions sysdeps/unix/sysv/linux/getcwd.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* Determine current working directory. Linux version.
Copyright (C) 1997,1998,1999,2000,2002,2003,2006,2011
Free Software Foundation, Inc.
Copyright (C) 1997-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <[email protected]>, 1997.
Expand All @@ -23,6 +22,7 @@
#include <limits.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/param.h>

#include <sysdep.h>
#include <sys/syscall.h>
Expand Down

0 comments on commit df6a4a4

Please sign in to comment.