diff options
Diffstat (limited to 'core/divesite.h')
-rw-r--r-- | core/divesite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/divesite.h b/core/divesite.h index 24f6a0f3f..dc041d355 100644 --- a/core/divesite.h +++ b/core/divesite.h @@ -17,6 +17,7 @@ struct dive_site { uint32_t uuid; char *name; + char *country; degrees_t latitude, longitude; char *description; char *notes; |