Skip to content

Commit

Permalink
Fix sqInt refactoring: require include sq.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-cellier-aka-nice committed Feb 25, 2020
1 parent e4fac5e commit 5961796
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platforms/Mac_OS/vm/sqMacMain.h
Expand Up @@ -13,7 +13,8 @@
* Apr 17th, 2002, JMM os 9 check
****************************************************************************/

#include <Carbon/Carbon.h>
#include <Carbon/Carbon.h>
#include "sq.h"

void SqueakTerminate();
void ExitCleanup();
Expand Down

0 comments on commit 5961796

Please sign in to comment.