Skip to content

Commit

Permalink
Merge pull request #4 from melted/refcount-c
Browse files Browse the repository at this point in the history
Make it build on windows
  • Loading branch information
edwinb authored Oct 21, 2020
2 parents 0972e69 + 604e7ea commit 0a705f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion support/refc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ CFLAGS += -O2

SRCS = $(wildcard *.c)
ifeq ($(OS), windows)
SRCS += windows/win_utils.c windows/win_hack.c
LDFLAGS += -lws2_32
ifeq ($(OLD_WIN), 1)
CFLAGS += -D_OLD_WIN
Expand Down
3 changes: 2 additions & 1 deletion support/refc/prim.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#define __PRIM_H__

#include "cBackend.h"
#include <sys/utsname.h>



// Value * Prelude_IO_prim__putStr(Value *, Value *);
Value *Prelude_IO_prim__getChar(Value *);
Expand Down

0 comments on commit 0a705f8

Please sign in to comment.