summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index b092b45bb0..bd59656b7c 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1906,6 +1906,11 @@ typedef struct {
proftime_T pi_call_start;
} profinfo_T;
+# else
+typedef struct
+{
+ int dummy;
+} profinfo_T;
# endif
#else
// dummy typedefs for use in function prototypes