diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-12-31 20:56:11 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-12-31 20:56:11 +0000 |
commit | dfccaf0f00e8308eae09cb8f012fce3e56097f0f (patch) | |
tree | d5c0e8137b95d98e8e606c09af1e6011d9e9d980 /src/workshop.c | |
parent | 8fc061c7f7acb3e80d5fd64d89ad71486d88f5e0 (diff) | |
download | vim-git-dfccaf0f00e8308eae09cb8f012fce3e56097f0f.tar.gz |
updated for version 7.0027
Diffstat (limited to 'src/workshop.c')
-rw-r--r-- | src/workshop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/workshop.c b/src/workshop.c index 10f4ea796..a80575f24 100644 --- a/src/workshop.c +++ b/src/workshop.c @@ -15,10 +15,10 @@ #include <stdlib.h> #include <stdarg.h> #include <fcntl.h> +#include <sys/types.h> #include <netdb.h> #include <netinet/in.h> #include <errno.h> -#include <sys/types.h> #include <sys/socket.h> #ifdef HAVE_LIBGEN_H # include <libgen.h> |