Skip to content
Snippets Groups Projects
Commit 943ee022 authored by rswindell's avatar rswindell
Browse files

Moved #inclusion of startup.h from scfgdefs.h to sbbs.h, but only if C++.

parent 7bb81a91
No related branches found
No related tags found
No related merge requests found
......@@ -103,8 +103,10 @@
/***********************/
/* Synchronet-specific */
/***********************/
#ifdef __cplusplus
#include "startup.h"
#endif
#ifdef SBBS
#include "threadwrap.h" /* must be before dirwrap.h for OpenBSD FULLPATH */
#include "text.h"
#endif
#include "genwrap.h"
......
......@@ -40,8 +40,6 @@
#ifndef _SCFGDEFS_H_
#define _SCFGDEFS_H_
#include "startup.h"
typedef struct { /* Message sub board info */
char code[LEN_EXTCODE+1]; /* Internal code (with optional lib prefix) */
char code_suffix[LEN_CODE+1]; /* Eight character code suffix */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment