From cf0c2cdc115c62359695718bdcf494fcb00e572e Mon Sep 17 00:00:00 2001 From: ZoRo Date: Wed, 1 Aug 2018 21:40:07 +0100 Subject: fixed to compile with arg.h --- notifylist.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'notifylist.c') diff --git a/notifylist.c b/notifylist.c index ab98cb2..ef902a2 100644 --- a/notifylist.c +++ b/notifylist.c @@ -5,6 +5,8 @@ #include "__cpp.h" +#include + class INotify { private: public: @@ -13,6 +15,6 @@ public: int main() { - + return 0; } \ No newline at end of file -- cgit v1.2.3