diff -r 7ead63398a50 -r c7dcd2ab2d3d ui/motif/label.h --- a/ui/motif/label.h Wed Jan 01 11:39:42 2025 +0100 +++ b/ui/motif/label.h Sat Jan 04 15:16:51 2025 +0100 @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 2014 Olaf Wintermann. All rights reserved. + * Copyright 2024 Olaf Wintermann. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -29,6 +29,8 @@ #ifndef LABEL_H #define LABEL_H +#include "../ui/display.h" + #ifdef __cplusplus extern "C" { #endif