Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/benchmarks/libmicro/files/patch-getrusage.c
16462 views
1
--- getrusage.c.orig 2011-05-11 00:58:23 UTC
2
+++ getrusage.c
3
@@ -36,6 +36,7 @@
4
#include <unistd.h>
5
#include <stdlib.h>
6
#include <stdio.h>
7
+#include <sys/time.h>
8
#include <sys/resource.h>
9
10
#include "libmicro.h"
11
12