diff options
Diffstat (limited to 'tests/ecp.c')
| -rw-r--r-- | tests/ecp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ecp.c b/tests/ecp.c index 39a48510..38a6859e 100644 --- a/tests/ecp.c +++ b/tests/ecp.c @@ -15,6 +15,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #include <errno.h> #include <error.h> #include <fcntl.h> |
