Browse Source

Gmt module: Fix compilation on Ubuntu.

ParameterTemplates
Michael Uleysky 8 years ago
parent
commit
a48e2f9d42
  1. 4
      modules/gmt/modgmt_gsfuncs.h

4
modules/gmt/modgmt_gsfuncs.h

@ -4,6 +4,10 @@
#include <ghostscript/iapi.h>
#include <ghostscript/ierrors.h>
#ifndef e_Quit
#define e_Quit (-101)
#endif
struct gs_abilities_struct
{
bool havepngmono,havepngmonod,havepng16,havepng256,havepnggray,havepng16m;

Loading…
Cancel
Save