summaryrefslogtreecommitdiff
path: root/src/library.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library.h')
-rw-r--r--src/library.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/library.h b/src/library.h
new file mode 100644
index 0000000..a472642
--- /dev/null
+++ b/src/library.h
@@ -0,0 +1,8 @@
+#ifndef LIBRARY_H
+#define LIBRARY_H
+
+#include "runtime.h"
+
+void pit_install_library_essential(pit_runtime *rt);
+
+#endif