diff options
Diffstat (limited to 'include/my_sys.h')
-rw-r--r-- | include/my_sys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index c4ab76a2ee0..175f7a86789 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -464,7 +464,7 @@ typedef struct st_changeable_var { } CHANGEABLE_VAR; -#include "my_alloc.h" +#include <my_alloc.h> /* Prototypes for mysys and my_func functions */ |