diff options
| author | milo <milo@r0ot.me> | 2011-08-15 17:37:01 +0200 |
|---|---|---|
| committer | milo <milo@r0ot.me> | 2011-08-15 17:37:01 +0200 |
| commit | 962bdb1eea88cfa385e94c59342ce69567a8c59c (patch) | |
| tree | 985f282bb14e18bca5d0641bf1739f56820835d5 /src | |
| parent | e06b3dba0d1c127791227eb48b73a6740341526a (diff) | |
| download | libssh-962bdb1eea88cfa385e94c59342ce69567a8c59c.tar.gz libssh-962bdb1eea88cfa385e94c59342ce69567a8c59c.tar.xz libssh-962bdb1eea88cfa385e94c59342ce69567a8c59c.zip | |
Fixed missing include for FILE
Diffstat (limited to 'src')
| -rw-r--r-- | src/pki.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ #include "config.h" #include <errno.h> +#include <stdio.h> #include <fcntl.h> #include <sys/stat.h> #include <sys/types.h> |
