ports/math/gretl/files/patch-plugin_workbook.c
Pawel Pekala 7f541c6f44 - Add missing NLS option to OPTIONS_DEFINE, LICENSE_FILE
- Register missing dependencies found by stage-qa
- Convert to USES=localbase
- Use options helpers
- Strip gretl-gtk2 plugins
- Regenerate patches with make makepatch, use correct patch naming
2017-06-02 16:42:15 +00:00

10 lines
198 B
C

--- plugin/workbook.c.orig 2010-11-25 16:42:23 UTC
+++ plugin/workbook.c
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <glib.h>
+#include <wchar.h>
#include "libgretl.h"