forked from pool/libmicro
5cee7b3a87
- libmicro-gcc14.patch: fix build with gcc14 OBS-URL: https://build.opensuse.org/request/show/1191053 OBS-URL: https://build.opensuse.org/package/show/benchmark/libmicro?expand=0&rev=20
13 lines
346 B
Diff
13 lines
346 B
Diff
Index: libmicro-0.4.2+hg.20120726/cascade_flock.c
|
|
===================================================================
|
|
--- libmicro-0.4.2+hg.20120726.orig/cascade_flock.c
|
|
+++ libmicro-0.4.2+hg.20120726/cascade_flock.c
|
|
@@ -46,6 +46,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <fcntl.h>
|
|
+#include <sys/file.h>
|
|
|
|
#include "libmicro.h"
|
|
|