void-packages/srcpkgs/slurm-wlm/patches/ino_t.patch
2016-02-02 01:40:28 -05:00

10 lines
286 B
Diff

--- src/common/callerid.h.bck 2016-01-31 18:43:01.316338469 -0500
+++ src/common/callerid.h 2016-01-31 18:45:25.654606096 -0500
@@ -38,6 +38,7 @@
#define _SLURM_CALLERID_H
#include <arpa/inet.h>
+#include <sys/stat.h> // ino_t
typedef struct callerid_conn {
uint32_t port_dst;