Skip to content
Snippets Groups Projects
Commit 131c2e80 authored by rswindell's avatar rswindell
Browse files

#include "mouse.h" instead of <mouse.h> (not a system include file).

parent aefd9842
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#ifndef _CIOLIB_H_
#define _CIOLIB_H_
#include <mouse.h>
#include "mouse.h"
enum {
CIOLIB_MODE_AUTO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment