chore(c-api) Use canonical path to wasm*.h headers.

This commit is contained in:
Ivan Enderlin
2020-10-02 11:15:37 +02:00
parent e7d6af01e6
commit 92ca7899f5
22 changed files with 22 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
#include <stdio.h>
#include "../../wasmer.h"
#include "wasmer.h"
#include <assert.h>
#include <stdint.h>
#include <string.h>