diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-12-27 03:51:38 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-12-27 03:51:38 +0000 |
commit | e33b797ffa137522d3bcf8af53a9fa3dd0d2f730 (patch) | |
tree | 9d0fea3ba30a555a0f6dbc046bf64c874d8b3026 /control | |
parent | e526650c187a2e380277f18f1c6b03d22dbc3e98 (diff) |
following up on bug report #2921689, fixed a bunch of 'implicit declaration of function' warnings, which could cause problems on 64-bit
svn path=/trunk/externals/ggee/; revision=12846
Diffstat (limited to 'control')
-rw-r--r-- | control/qread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/control/qread.c b/control/qread.c index 28112df..48c61a8 100644 --- a/control/qread.c +++ b/control/qread.c @@ -2,6 +2,7 @@ #include <m_pd.h> +#include <g_canvas.h> /* ------------------------ qread ----------------------------- */ |