aboutsummaryrefslogtreecommitdiffstats
path: root/man3/makecontext.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/makecontext.3')
-rw-r--r--man3/makecontext.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/makecontext.3 b/man3/makecontext.3
index d8cf9284ed..a65e5d399e 100644
--- a/man3/makecontext.3
+++ b/man3/makecontext.3
@@ -170,9 +170,9 @@ main: exiting
\&
.\" SRC BEGIN (makecontext.c)
.EX
-#include <ucontext.h>
#include <stdio.h>
#include <stdlib.h>
+#include <ucontext.h>
static ucontext_t uctx_main, uctx_func1, uctx_func2;