Skip to content

Commit

Permalink
Add a directory component when including the mythbaseexp.h file.
Browse files Browse the repository at this point in the history
This change is needed for cmake based builds, and has no effect on
traditional builds.
  • Loading branch information
linuxdude42 committed Jan 25, 2024
1 parent 9d4b411 commit 6967ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/mythversion.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define MYTHVERSION_H_

#include <qglobal.h>
#include "mythbaseexp.h"
#include "libmythbase/mythbaseexp.h"
#include "mythconfig.h"

#if ( QT_VERSION < QT_MIN_VERSION )
Expand Down

0 comments on commit 6967ab0

Please sign in to comment.