aboutsummaryrefslogtreecommitdiff
path: root/bbot/tftp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/tftp.cxx')
-rw-r--r--bbot/tftp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/tftp.cxx b/bbot/tftp.cxx
index 862a0e4..70cc85d 100644
--- a/bbot/tftp.cxx
+++ b/bbot/tftp.cxx
@@ -2,7 +2,7 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : TBC; see accompanying LICENSE file
-#include <bbot/tftp>
+#include <bbot/tftp.hxx>
#include <arpa/inet.h> // htonl()
#include <netinet/in.h> // sockaddr_in
@@ -11,7 +11,7 @@
#include <cstring> // memset()
-#include <bbot/agent>
+#include <bbot/agent.hxx>
using namespace std;
using namespace butl;