Skip to content

Commit bb5f545

Browse files
authored
chore: fix C lint errors stdlib-js#6132
Signed-off-by: MANI <77221000+Eternity0207@users.noreply.github.com>
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

+1-1
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)