diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-22 15:50:05 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-22 15:50:05 +0200 |
commit | f68fe5a1cd052386d444bbeab91c4caf8763ce10 (patch) | |
tree | 986014451967a1fd062833a15bc516cab6805f4b /spectro/xdg_bds.c | |
parent | 84a8f501bcac3bc25c35715c0b669db04a39e56d (diff) | |
parent | 615ab5513e79c4abc5bbe5c993587785b6a1738b (diff) |
Merge tag 'upstream/1.9.2+repack'
Upstream version 1.9.2+repack
Diffstat (limited to 'spectro/xdg_bds.c')
-rw-r--r-- | spectro/xdg_bds.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spectro/xdg_bds.c b/spectro/xdg_bds.c index e24e4ab..03f7561 100644 --- a/spectro/xdg_bds.c +++ b/spectro/xdg_bds.c @@ -114,6 +114,12 @@ #endif #include <sys/types.h> #include <sys/stat.h> +#ifndef SALONEINSTLIB +# include "copyright.h" +# include "aconfig.h" +#else +# include "sa_config.h" +#endif #include "numsup.h" #include "conv.h" #include "aglob.h" |