diff options
Diffstat (limited to 'src/dynlib.c')
| -rw-r--r-- | src/dynlib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dynlib.c b/src/dynlib.c index ed4f157d0fe..1b66c4ad8e8 100644 --- a/src/dynlib.c +++ b/src/dynlib.c | |||
| @@ -24,6 +24,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 24 | If you think the abstraction is too leaky use libltdl (libtool), | 24 | If you think the abstraction is too leaky use libltdl (libtool), |
| 25 | don't reinvent the wheel by fixing this one. */ | 25 | don't reinvent the wheel by fixing this one. */ |
| 26 | 26 | ||
| 27 | #include <config.h> | ||
| 28 | |||
| 27 | #include "dynlib.h" | 29 | #include "dynlib.h" |
| 28 | 30 | ||
| 29 | #if defined _WIN32 | 31 | #if defined _WIN32 |