Skip to content

Commit

Permalink
Same deal with MGED - libtermio.h doesn't work on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Oct 18, 2023
1 parent 849bae3 commit 41becf7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/mged/mged.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@
#include "vmath.h"
#include "bn.h"
#include "raytrace.h"
#define LIBTERMIO_IMPLEMENTATION
#include "libtermio.h"
#ifndef HAVE_WINDOWS_H
# define LIBTERMIO_IMPLEMENTATION
# include "libtermio.h"
#endif
#include "bv/util.h"
#include "ged.h"
#include "tclcad.h"
Expand Down

0 comments on commit 41becf7

Please sign in to comment.