Browse Source

[master] compilation fix after #3664 merge.

Tomek Mrugalski 10 years ago
parent
commit
cd291643f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/lfc/lfc_controller.cc

+ 1 - 0
src/bin/lfc/lfc_controller.cc

@@ -18,6 +18,7 @@
 #include <iostream>
 #include <sstream>
 #include <unistd.h>
+#include <stdlib.h>
 
 using namespace std;