diff options
Diffstat (limited to 'src/expr.cc')
-rw-r--r-- | src/expr.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr.cc b/src/expr.cc index 2b14e962..89214d51 100644 --- a/src/expr.cc +++ b/src/expr.cc @@ -29,6 +29,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <system.hh> + #include "expr.h" #include "parser.h" |