~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to lib/getopt.in.h

  • Committer: Package Import Robot
  • Author(s): Michael Stone
  • Date: 2013-07-20 15:45:55 UTC
  • mto: (8.3.5 sid)
  • mto: This revision was merged to the branch mainline in revision 52.
  • Revision ID: package-import@ubuntu.com-20130720154555-8pm8a2y6vyz9rdvh
Tags: upstream-8.21
ImportĀ upstreamĀ versionĀ 8.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Declarations for getopt.
2
 
   Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2012 Free Software
 
2
   Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2013 Free Software
3
3
   Foundation, Inc.
4
4
   This file is part of the GNU C Library.
5
5
 
49
49
   linkers.  */
50
50
#if defined __GETOPT_PREFIX && !defined __need_getopt
51
51
# if !@HAVE_GETOPT_H@
 
52
#  define __need_system_stdlib_h
52
53
#  include <stdlib.h>
 
54
#  undef __need_system_stdlib_h
53
55
#  include <stdio.h>
54
56
#  include <unistd.h>
55
57
# endif