Skip to content

Commit fd00383

Browse files
gtkui: linux compile fix
1 parent 3db4202 commit fd00383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gtkui/trkproperties.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#include "tagwritersettings.h"
4646
#include "trkproperties.h"
4747
#include "wingeom.h"
48-
#include "utf8.h"
48+
#include "../../src/utf8.h"
4949

5050
//#define trace(...) { fprintf(stderr, __VA_ARGS__); }
5151
#define trace(fmt,...)

0 commit comments

Comments
 (0)