summary refs log tree commit diff
path: root/term.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-02 02:35:47 -0500
committerJune McEnroe <june@causal.agency>2020-02-02 02:36:24 -0500
commit0728eb39a41f35b76cbccef6ef02a654e44c9164 (patch)
treef573b5e4a49fd984f8053febbbb0fd117e4cef74 /term.c
parentAdd color hashing function (diff)
downloadcatgirl-0728eb39a41f35b76cbccef6ef02a654e44c9164.tar.gz
catgirl-0728eb39a41f35b76cbccef6ef02a654e44c9164.zip
Preserve copyright year in term.c
Diffstat (limited to '')
-rw-r--r--term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.c b/term.c
index ade5392..bf4a933 100644
--- a/term.c
+++ b/term.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020  C. McEnroe <june@causal.agency>
+/* Copyright (C) 2018, 2020  C. McEnroe <june@causal.agency>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,6 +17,7 @@
 #include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <termios.h>
 #include <unistd.h>