Fix debug build on gcc7

This commit is contained in:
Michael Martin
2018-01-12 23:39:54 -08:00
parent 3d5ebf1fa4
commit 327e3f2566
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
*
*/
#ifndef _DEBUG_H
#define _DEBUG_H
#ifndef UIO_DEBUG_H
#define UIO_DEBUG_H
void uio_debugInteractive(FILE *in, FILE *out, FILE *err);
+2 -2
View File
@@ -14,8 +14,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#if !defined(_DEBUG_H) && (defined(DEBUG) || defined(USE_DEBUG_KEY))
#define _DEBUG_H
#if !defined(UQMDEBUG_H) && (defined(DEBUG) || defined(USE_DEBUG_KEY))
#define UQMDEBUG_H
#include "clock.h"
#include "planets/planets.h"