patch 8.2.2401: build fails without +profiling feature

Problem:    Build fails without +profiling feature.
Solution:   Add #ifdefs.
diff --git a/src/structs.h b/src/structs.h
index b092b45..bd59656 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1906,6 +1906,11 @@
     proftime_T	pi_call_start;
 } profinfo_T;
 
+# else
+typedef struct
+{
+    int	    dummy;
+} profinfo_T;
 # endif
 #else
 // dummy typedefs for use in function prototypes