diff options
| author | Paul Eggert | 2013-01-09 18:19:44 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-01-09 18:19:44 -0800 |
| commit | 6466e676b9e7d102e36f043df92351fe235b82f5 (patch) | |
| tree | 14a4b884efa0cc1bbee91cc3094760a1b33674af /lib/getopt.in.h | |
| parent | 51fb5578777d1041feaab31651b65e09e1731d33 (diff) | |
| download | emacs-6466e676b9e7d102e36f043df92351fe235b82f5.tar.gz emacs-6466e676b9e7d102e36f043df92351fe235b82f5.zip | |
Merge from gnulib.
Diffstat (limited to 'lib/getopt.in.h')
| -rw-r--r-- | lib/getopt.in.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/getopt.in.h b/lib/getopt.in.h index 490994f860f..d9c7d8144ae 100644 --- a/lib/getopt.in.h +++ b/lib/getopt.in.h | |||
| @@ -49,7 +49,9 @@ | |||
| 49 | linkers. */ | 49 | linkers. */ |
| 50 | #if defined __GETOPT_PREFIX && !defined __need_getopt | 50 | #if defined __GETOPT_PREFIX && !defined __need_getopt |
| 51 | # if !@HAVE_GETOPT_H@ | 51 | # if !@HAVE_GETOPT_H@ |
| 52 | # define __need_system_stdlib_h | ||
| 52 | # include <stdlib.h> | 53 | # include <stdlib.h> |
| 54 | # undef __need_system_stdlib_h | ||
| 53 | # include <stdio.h> | 55 | # include <stdio.h> |
| 54 | # include <unistd.h> | 56 | # include <unistd.h> |
| 55 | # endif | 57 | # endif |