Skip to content

Commit

Permalink
Change own header include mode (to system)
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Nov 13, 2024
1 parent c546740 commit d07e9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xjson.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define XJSON_H_

#include <stdio.h>
#include "xchange.h"
#include <xchange.h>

#define XJSON_INDENT " " ///< Indentation for nested elements.

Expand Down

0 comments on commit d07e9db

Please sign in to comment.