summaryrefslogtreecommitdiff
path: root/libpeas/peas-plugin-loader.c
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2019-08-05 18:12:27 -0700
committerChristian Hergert <chergert@redhat.com>2019-08-05 19:17:18 -0700
commit7ad862c039ad5861ab270ac14ee59f664d7e1c32 (patch)
tree69e5b8c84bb45021e14bc6b6a9b96376d45b3845 /libpeas/peas-plugin-loader.c
parent58d4718139f0e64915ee4eadb1fafb7c2603def8 (diff)
downloadlibpeas-7ad862c039ad5861ab270ac14ee59f664d7e1c32.tar.gz
version: add version macros and use them for public API
This adds the necessary bits to specify what is public ABI and what version it has been added. A followup commit will alter things so that we limit what symbols are visibile.
Diffstat (limited to 'libpeas/peas-plugin-loader.c')
-rw-r--r--libpeas/peas-plugin-loader.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libpeas/peas-plugin-loader.c b/libpeas/peas-plugin-loader.c
index 136d7c3..7c1ed4b 100644
--- a/libpeas/peas-plugin-loader.c
+++ b/libpeas/peas-plugin-loader.c
@@ -19,9 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "config.h"
#include "peas-plugin-loader.h"