Skip to content

Commit 6967ab0

Browse files
committed
Add a directory component when including the mythbaseexp.h file.
This change is needed for cmake based builds, and has no effect on traditional builds.
1 parent 9d4b411 commit 6967ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/libs/libmythbase/mythversion.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define MYTHVERSION_H_
33

44
#include <qglobal.h>
5-
#include "mythbaseexp.h"
5+
#include "libmythbase/mythbaseexp.h"
66
#include "mythconfig.h"
77

88
#if ( QT_VERSION < QT_MIN_VERSION )

0 commit comments

Comments
 (0)