Browse Source

nviz_cmd: add missing header

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47068 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 years ago
parent
commit
f8d662c95d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      visualization/nviz2/cmd/volume.c

+ 1 - 0
visualization/nviz2/cmd/volume.c

@@ -13,6 +13,7 @@
 */
 
 #include <stdlib.h>
+#include <string.h>
 
 #include <grass/G3d.h>
 #include <grass/glocale.h>