Skip to content

Commit 4c18704

Browse files
committed
Fix wrong include path in suscan.h
1 parent 0740dd2 commit 4c18704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/suscan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define _SUSCAN_SUSCAN_H
88

99
#include <sys/time.h>
10-
#include <suscan/sgdp4/sgdp4-types.h>
10+
#include "sgdp4/sgdp4-types.h"
1111
#include "plugin.h"
1212

1313
#ifdef __cplusplus

0 commit comments

Comments
 (0)