diff options
Diffstat (limited to 'slirp/tftp.h')
-rw-r--r-- | slirp/tftp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slirp/tftp.h b/slirp/tftp.h index 1cb1adf591..2cd276dec6 100644 --- a/slirp/tftp.h +++ b/slirp/tftp.h @@ -1,6 +1,7 @@ /* tftp defines */ + #ifndef SLIRP_TFTP_H -#define SLIRP_TFTP_H 1 +#define SLIRP_TFTP_H #define TFTP_SESSIONS_MAX 20 |