diff options
Diffstat (limited to 'testsuite/vhpi/001load_lib/vhpi_lib.c')
-rw-r--r-- | testsuite/vhpi/001load_lib/vhpi_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/vhpi/001load_lib/vhpi_lib.c b/testsuite/vhpi/001load_lib/vhpi_lib.c index 46b70ede4..a137ecd43 100644 --- a/testsuite/vhpi/001load_lib/vhpi_lib.c +++ b/testsuite/vhpi/001load_lib/vhpi_lib.c @@ -1,5 +1,5 @@ #include <stdio.h> -#include <vpi_user.h> +#include <vhpi_user.h> void my_startup() { |