diff options
author | Slávek Banko <[email protected]> | 2019-04-22 20:57:31 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-04-23 20:48:39 +0200 |
commit | 2a50894a436559785a7e0f6f65dde13b0082572c (patch) | |
tree | 560491aa8af08f16cb61cf8815aca8b5100d9e1d /testart.c | |
parent | 87237501c51b48ba3b802efbd47776bb7e410c2a (diff) | |
download | libart-lgpl-2a50894a436559785a7e0f6f65dde13b0082572c.tar.gz libart-lgpl-2a50894a436559785a7e0f6f65dde13b0082572c.zip |
Add support for GCC hidden visibility.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'testart.c')
-rw-r--r-- | testart.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ #include <stdio.h> #include <string.h> #include <math.h> +#include "art_config.h" #include "art_misc.h" #include "art_vpath.h" #include "art_svp.h" |