diff options
author | Lubos Lunak <l.lunak@suse.cz> | 2012-12-26 15:42:51 +0100 |
---|---|---|
committer | Lubos Lunak <l.lunak@suse.cz> | 2012-12-26 15:43:38 +0100 |
commit | 6ede7ad5939562eb4be824542957c52012dbbe0b (patch) | |
tree | 94b684e5e385900804d5b49420ceae764d68fcc8 /compilerplugins | |
parent | 28195613d367970ca5d3af6f877b6000a8a1963a (diff) |
fix build
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/plugin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/plugin.cxx b/compilerplugins/clang/plugin.cxx index 696118c12174..62412e626ac0 100644 --- a/compilerplugins/clang/plugin.cxx +++ b/compilerplugins/clang/plugin.cxx @@ -17,6 +17,7 @@ #include <clang/Frontend/FrontendAction.h> #include <clang/Frontend/FrontendPluginRegistry.h> #include <stdio.h> +#include <unistd.h> #include "bodynotinblock.hxx" #include "lclstaticfix.hxx" |