diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-25 12:51:04 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-25 12:51:04 +0100 |
commit | fc5791353087812db6df374d1e453a387c57550c (patch) | |
tree | 1ce61d6d83e84cf6685878229ec058ac4fe453ff /src/util/plugin.c | |
parent | e5c5dc9cae56bdea02f7661c1c8a8cacfbe99f1c (diff) |
move wireformat test to plugin
Diffstat (limited to 'src/util/plugin.c')
-rw-r--r-- | src/util/plugin.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/plugin.c b/src/util/plugin.c index d76dfa78..6f8e03df 100644 --- a/src/util/plugin.c +++ b/src/util/plugin.c @@ -19,6 +19,9 @@ * @author Christian Grothoff * @author Sree Harsha Totakura <sreeharsha@totakura.in> */ +#include "platform.h" +#include "taler_util.h" +#include <ltdl.h> /** * Libtool search path before we started. |