aboutsummaryrefslogtreecommitdiff
path: root/src/protocolhttp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocolhttp.cpp')
-rw-r--r--src/protocolhttp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocolhttp.cpp b/src/protocolhttp.cpp
index 80f32e1..f512eda 100644
--- a/src/protocolhttp.cpp
+++ b/src/protocolhttp.cpp
@@ -8,6 +8,7 @@
8#include <dirent.h> 8#include <dirent.h>
9#include <sys/wait.h> 9#include <sys/wait.h>
10#include <errno.h> 10#include <errno.h>
11#include <stdlib.h>
11#include "bu/protocolhttp.h" 12#include "bu/protocolhttp.h"
12#include "bu/logger.h" 13#include "bu/logger.h"
13 14