summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/os_freebsd.c
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-09-04 23:05:18 -0400
committerRuss Cox <rsc@golang.org>2014-09-04 23:05:18 -0400
commitbec748f05a33fa6a2280b3b2c3e2a19d40763607 (patch)
treec3f00a35fb5be0ce48671d466ad5335ae5ad3a3f /src/pkg/runtime/os_freebsd.c
parent1e8add5d895ff4d475f14d20d0aed7e4f3ca8448 (diff)
downloadgo-bec748f05a33fa6a2280b3b2c3e2a19d40763607.tar.gz
runtime: use new #include "textflag.h"
I did this just to clean things up, but it will be important when we drop the pkg directory later. LGTM=bradfitz R=r, bradfitz CC=golang-codereviews https://codereview.appspot.com/132600043
Diffstat (limited to 'src/pkg/runtime/os_freebsd.c')
-rw-r--r--src/pkg/runtime/os_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/os_freebsd.c b/src/pkg/runtime/os_freebsd.c
index 4c58b531c..aae944ea1 100644
--- a/src/pkg/runtime/os_freebsd.c
+++ b/src/pkg/runtime/os_freebsd.c
@@ -7,7 +7,7 @@
#include "os_GOOS.h"
#include "signal_unix.h"
#include "stack.h"
-#include "../../cmd/ld/textflag.h"
+#include "textflag.h"
extern SigTab runtime·sigtab[];
extern int32 runtime·sys_umtx_op(uint32*, int32, uint32, void*, void*);