Introduction
Introduction Statistics Contact Development Disclaimer Help
tinclude missing headers - granular - granular dynamics simulation
git clone git://src.adamsgaard.dk/granular
Log
Files
Refs
README
LICENSE
---
commit 77f4841b23dac005c3a158c00a2c03b42fce59e6
parent 05b91832152f7b9b8a44ecfe460b965eb864cac6
Author: Anders Damsgaard <[email protected]>
Date: Sat, 27 Mar 2021 21:35:02 +0100
include missing headers
Diffstat:
M granular.c | 1 +
M granular2vtu.c | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/granular.c b/granular.c
t@@ -1,5 +1,6 @@
#include <stdlib.h>
#include <err.h>
+#include <unistd.h>
#include "simulation.h"
#include "arg.h"
diff --git a/granular2vtu.c b/granular2vtu.c
t@@ -1,4 +1,6 @@
#include <stdlib.h>
+#include <unistd.h>
+#include <err.h>
#include "simulation.h"
int
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.