Skip to content

Commit

Permalink
Windows: include magics_export.h in magics_api.h
Browse files Browse the repository at this point in the history
So it can be included in C files.
  • Loading branch information
dtip committed Jan 10, 2019
1 parent 3b5acd3 commit 27de86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/magics_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef _MAGICS_API_H_
#define _MAGICS_API_H_

#include "magics.h"
#include "magics_export.h"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 27de86c

Please sign in to comment.