diff options
author | David Robillard <d@drobilla.net> | 2014-09-27 03:13:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-09-27 03:13:27 +0000 |
commit | 21b42c7b40c4dd0598b60fa7eda1e3c501e32e41 (patch) | |
tree | f7e39c0d1c3ff4ecaa072a399decfa9bf8ef0817 /pugl/pugl_osx.m | |
parent | dd9b6fe61373e0f1ff0015a2d6b01360897fa8fc (diff) |
Improve documentation.
Diffstat (limited to 'pugl/pugl_osx.m')
-rw-r--r-- | pugl/pugl_osx.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m index d502002..7989f83 100644 --- a/pugl/pugl_osx.m +++ b/pugl/pugl_osx.m @@ -22,7 +22,7 @@ #import <Cocoa/Cocoa.h> -#include "pugl_internal.h" +#include "pugl/pugl_internal.h" @interface PuglWindow : NSWindow { |