]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] compilation fix after #3664 merge.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 26 Jan 2015 10:08:39 +0000 (11:08 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 26 Jan 2015 10:08:39 +0000 (11:08 +0100)
src/bin/lfc/lfc_controller.cc

index d18247898ef8c261d1c1da5fc443eab017b44302..eb1a3ac64d14151d3b7882a7f48dab081f385c92 100644 (file)
@@ -18,6 +18,7 @@
 #include <iostream>
 #include <sstream>
 #include <unistd.h>
+#include <stdlib.h>
 
 using namespace std;