Index: /trunk/include/iprt/path.h
===================================================================
--- /trunk/include/iprt/path.h	(revision 78050)
+++ /trunk/include/iprt/path.h	(revision 78051)
@@ -715,5 +715,5 @@
         /** The length of the component. */
         uint16_t    cch;
-    } aComps[1];
+    } aComps[RT_FLEXIBLE_ARRAY];
 } RTPATHPARSED;
 /** Pointer to to a parsed path result. */
@@ -798,5 +798,5 @@
     const char *pszSuffix;
     /** Array of component strings (variable size). */
-    char       *apszComps[1];
+    char       *apszComps[RT_FLEXIBLE_ARRAY];
 } RTPATHSPLIT;
 /** Pointer to a split path buffer. */
