diff --git a/meson.build b/meson.build index 2409cc2254..d4384f1bf6 100644 --- a/meson.build +++ b/meson.build @@ -1268,7 +1268,7 @@ if uuidopt != 'none' elif uuidopt == 'ossp' uuid = dependency('ossp-uuid', required: true) uuidfunc = 'uuid_export' - uuidheader = 'ossp/uuid.h' + uuidheader = 'uuid.h' else error('huh') endif