libnet/tftp: fix compilation warning

This commit is contained in:
Florent Kermarrec 2019-06-28 22:32:45 +02:00
parent 9f3c8a9b8a
commit 37687579e0
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
// License: BSD
#include <stdio.h>
#include <stdint.h>
#include <string.h>