Skip to content

Commit 6265c8e

Browse files
committed
add uses
1 parent ca8f52a commit 6265c8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stdlib_system.F90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module stdlib_system
33
c_f_pointer
44
use stdlib_kinds, only: int64, dp, c_bool, c_char
55
use stdlib_strings, only: to_c_char
6+
use stdlib_error, only: state_type, STDLIB_FS_ERROR
67
implicit none
78
private
89
public :: sleep

0 commit comments

Comments
 (0)