From 8b384a7013a6755c5a83ab71ee9065e3e48f8783 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sat, 29 Oct 2005 16:29:22 +1000 Subject: Added missing system.h inclusion for mempcpy All users of mempcpy must include system.h. --- src/output.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/output.c') diff --git a/src/output.c b/src/output.c index 6ba3acd..2f9b5c4 100644 --- a/src/output.c +++ b/src/output.c @@ -62,6 +62,7 @@ #include "memalloc.h" #include "error.h" #include "main.h" +#include "system.h" #define OUTBUFSIZ BUFSIZ -- cgit 1.4.1 it();'> dontfiles
summary refs log tree commit diff
path: root/link.zsh (unfollow)
Commit message (Expand)Author
2018-07-23Add monday.local to sshJune McEnroe
2018-07-23Restore LDLIBS alphabetical orderJune McEnroe
2018-07-23Use EV_SET in watchJune McEnroe
2018-07-23Link with -lcursesJune McEnroe
2018-07-22Fix scheme indentationJune McEnroe
2018-07-16Add -m option to glitchJune McEnroe
2018-07-16malloc deflate buffer in glitchJune McEnroe
2018-07-16malloc the deflate buffer in pngoJune McEnroe
2018-07-05Add shed bloodJune McEnroe