Browse Source

Fix warning (include correct header)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33126 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 17 năm trước cách đây
mục cha
commit
3f0e1d61f0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      display/d.labels/color.c

+ 1 - 1
display/d.labels/color.c

@@ -16,7 +16,7 @@
 /**  ??? move these into libgis ??? (libraster for set_color_from_RGBA()) **/
 
 #include <grass/gis.h>
-#include <grass/raster.h>
+#include <grass/display.h>
 #include <grass/glocale.h>
 
 /* fill RGBA array from RGB components (0-255) */