Navigation Menu

Skip to content

Commit

Permalink
Include header out of 'extern "C"'
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 17, 2015
1 parent d2a36d7 commit db3ce55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/groonga/groonga.h
Expand Up @@ -18,12 +18,12 @@
#ifndef GROONGA_GROONGA_H
#define GROONGA_GROONGA_H

#include <stdarg.h>

#ifdef __cplusplus
extern "C" {
#endif

#include <stdarg.h>

#ifndef GRN_API
# if defined(_WIN32) || defined(_WIN64)
# define GRN_API __declspec(dllimport)
Expand Down

0 comments on commit db3ce55

Please sign in to comment.