Skip to content

Commit

Permalink
cJSON_Utils: Add gcc pragma to use default visibility for system headers
Browse files Browse the repository at this point in the history
  • Loading branch information
FSMaxB committed Mar 2, 2017
1 parent 7969af6 commit 5f783ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cJSON_Utils.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#pragma GCC visibility push(default)
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#pragma GCC visibility pop

#include "cJSON_Utils.h"

Expand Down

0 comments on commit 5f783ff

Please sign in to comment.