Skip to content

Commit

Permalink
fix typo in include
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-devv committed Apr 1, 2024
1 parent 6594334 commit c1aacf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/memonitor-sys/cuda/src/memonitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#elif defined(__APPLE__)
// nothing
#else
include <dlfcn.h>
#include <dlfcn.h>
#endif

typedef int CUresult;
Expand Down

0 comments on commit c1aacf7

Please sign in to comment.