~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to awk.h

  • Committer: Arnold D. Robbins
  • Date: 2015-08-26 18:57:28 UTC
  • mto: (408.19.45)
  • mto: This revision was merged to the branch mainline in revision 568.
  • Revision ID: git-v1:5e547510dfad2ce5f00e2f495b054c4331c62dfc
Move include of sys/select.h to io.c.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
#include <strings.h>
153
153
#endif  /* HAVE_STRINGS_H */
154
154
 
155
 
#ifdef HAVE_SYS_SELECT_H
156
 
#include <sys/select.h>
157
 
#endif  /* HAVE_SYS_SELECT_H */
158
 
 
159
155
#if HAVE_UNISTD_H
160
156
#include <unistd.h>
161
157
#endif  /* HAVE_UNISTD_H */