aboutsummaryrefslogtreecommitdiffstats
path: root/notifylist.c
diff options
context:
space:
mode:
Diffstat (limited to 'notifylist.c')
-rw-r--r--notifylist.c4
1 files changed, 3 insertions, 1 deletions
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 <arg.h>
+
class INotify {
private:
public:
@@ -13,6 +15,6 @@ public:
int main()
{
-
+
return 0;
} \ No newline at end of file