Skip to content

Commit ae3105d

Browse files
committed
Enable GNU extensions in cmd_create.c for enhanced compatibility
1 parent 48241e3 commit ae3105d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cli/cmd_create.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
#define _GNU_SOURCE
1718
#include "cli.h"
1819
#include <dirent.h>
1920
#include <errno.h>

0 commit comments

Comments
 (0)