diff options
author | Slávek Banko <[email protected]> | 2013-10-08 04:35:35 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-10-08 05:14:53 +0200 |
commit | 57d8bb3d12aed373eee08915f0ff19f5233aabe3 (patch) | |
tree | d7d3cb303f1a2257497e47a09da9062b3fdd9727 /src/dotscan.lpp | |
parent | 3d4505d268fc776309324d98c6a793053e368d92 (diff) | |
download | kscope-57d8bb3d12aed373eee08915f0ff19f5233aabe3.tar.gz kscope-57d8bb3d12aed373eee08915f0ff19f5233aabe3.zip |
Fix FTBFS with automake >= 1.12
Diffstat (limited to 'src/dotscan.lpp')
-rw-r--r-- | src/dotscan.lpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotscan.lpp b/src/dotscan.lpp index 0667d33..68887b3 100644 --- a/src/dotscan.lpp +++ b/src/dotscan.lpp @@ -2,7 +2,7 @@ %{ #include <qstring.h> -#include "dotparse.h" +#include "dotparse.hpp" %} %option noyywrap |