diff options
Diffstat (limited to 'ndb/include/ndb_net.h')
-rw-r--r-- | ndb/include/ndb_net.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ndb/include/ndb_net.h b/ndb/include/ndb_net.h new file mode 100644 index 00000000000..279beb471a7 --- /dev/null +++ b/ndb/include/ndb_net.h @@ -0,0 +1,7 @@ + +#ifndef NDBNET_H +#define NDBNET_H + +#include <my_net.h> + +#endif |