Skip to content

Commit

Permalink
Fix include path.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Sep 20, 2023
1 parent 0768624 commit 98544ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmoc/tests/system/gt_data/packages/pkg_math.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <math.h>
#include <stdlib.h>
#include "/home/joaquin/work/qss-solver/packages/pkg_math.h"
#include "./system/test_data/packages/pkg_math.h"
#include <mmo_math.h>
double __math__exponential(double x)
{
Expand Down

0 comments on commit 98544ac

Please sign in to comment.