summaryrefslogtreecommitdiff
path: root/couchjs/c_src/sm.h
blob: a40e054d54ac17fa2112cabd744a06374d9103d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef COUCHJS_SM_H
#define COUCHJS_SM_H

#include "config.h"
#ifdef HAVE_JS_JSAPI_H
#include <js/jsapi.h>
#elif HAVE_MOZJS_JSAPI_H
#include <mozjs/jsapi.h>
#else
#include <jsapi.h>
#endif

#endif // included sm.h