diff options
Diffstat (limited to 'choose.c')
-rw-r--r-- | choose.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -44,11 +44,7 @@ in this Software without prior written authorization from The Open Group. # include <arpa/inet.h> # ifndef X_NO_SYS_UN -# ifndef Lynx -# include <sys/un.h> -# else -# include <un.h> -# endif +# include <sys/un.h> # endif # include <ctype.h> |