diff options
Diffstat (limited to 'src/net/net.h')
-rw-r--r-- | src/net/net.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/net.h b/src/net/net.h index 2d3c9995a..7d25df5e3 100644 --- a/src/net/net.h +++ b/src/net/net.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef NET_H -#define NET_H +#ifndef NET_NET_H +#define NET_NET_H /** * \namespace Net @@ -79,4 +79,4 @@ void unload(); } // namespace Net -#endif // NET_H +#endif // NET_NET_H |