Introduction
Introduction Statistics Contact Development Disclaimer Help
tgrain.h: include missing libraries - granular - granular dynamics simulation
git clone git://src.adamsgaard.dk/granular
Log
Files
Refs
README
LICENSE
---
commit dc67fafa5a91666bfec1777dbfc00c58c6a6b8a4
parent d39c304d632258fd9a5bd0f381b669952ca98642
Author: Anders Damsgaard <[email protected]>
Date: Thu, 18 Mar 2021 12:48:03 +0100
grain.h: include missing libraries
Diffstat:
M grain.h | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/grain.h b/grain.h
t@@ -1,6 +1,8 @@
#ifndef GRANULAR_GRAIN_
#define GRANULAR_GRAIN_
+#include <stdio.h>
+#include <stdlib.h>
#include "granular.h"
struct grain {
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.