Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
f912d50f
Commit
f912d50f
authored
Feb 15, 2004
by
Niels Möller
Browse files
Don't include inttypes.h or stdint.h, rely on buffer.h
doing the right thing. Rev: src/sftp/sftp_c.h:1.7
parent
ffb8d39f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sftp/sftp_c.h
View file @
f912d50f
...
...
@@ -35,14 +35,6 @@
#include
<sys/types.h>
#ifdef HAVE_INTTYPES_H
#include
<inttypes.h>
#endif
#ifdef HAVE_STDINT_H
#include
<stdint.h>
#endif
#include
<netinet/in.h>
#include
<sys/stat.h>
#include
<unistd.h>
...
...
@@ -52,6 +44,7 @@
#include
<stdlib.h>
#include
<fcntl.h>
#include
<errno.h>
#include
"sftp.h"
#include
"buffer.h"
#include
"xmalloc.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment