Skip to content

Commit bb5f545

Browse files
authored
chore: fix C lint errors #6132
Signed-off-by: MANI <[email protected]>
1 parent 04f0f1e commit bb5f545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/smeanors/benchmark/c/benchmark.length.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
#include "stdlib/stats/base/smeanors.h"
19+
#include "@stdlib/stats/base/smeanors/include/stdlib/stats/base/smeanors.h"
2020
#include <stdlib.h>
2121
#include <stdio.h>
2222
#include <math.h>

0 commit comments

Comments
 (0)