diff options
Diffstat (limited to 'src/common.c')
-rw-r--r-- | src/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c index 2e6e0e6..3206a96 100644 --- a/src/common.c +++ b/src/common.c @@ -8,7 +8,7 @@ #include "platform.h" #include "types.h" -#include "pugl/pugl.h" +#include <pugl/pugl.h> #include <limits.h> #include <stdbool.h> |