Fix build error about binding python 2.7 path
[platform/upstream/libsolv.git] / src / bitmap.h
index 1e89590..6609678 100644 (file)
@@ -19,7 +19,7 @@
 extern "C" {
 #endif
 
-typedef struct _Map {
+typedef struct s_Map {
   unsigned char *map;
   int size;
 } Map;