summaryrefslogtreecommitdiff
path: root/examples/dte/compat.h
blob: bbb6d5373416fd301e3ba92a7b376947d22438b3 (plain)
1
2
3
4
5
6
7
8
#ifndef COMPAT_H
#define COMPAT_H

#include "../build/feature.h"

extern const char feature_string[];

#endif