summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-06 17:36:29 -0400
committerJune McEnroe <june@causal.agency>2019-07-06 17:36:29 -0400
commit88aebda7ca4f4d2a55c26fc9ca6aeecfaf8d627e (patch)
treee4cbd104cc49c396a108a4f42890031e39003142
parentRemove redundant include (diff)
downloadsrc-88aebda7ca4f4d2a55c26fc9ca6aeecfaf8d627e.tar.gz
src-88aebda7ca4f4d2a55c26fc9ca6aeecfaf8d627e.zip
Add common includes to AGPL template
-rw-r--r--etc/agpl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/agpl.c b/etc/agpl.c
index 2e2c9cb5..f49327d8 100644
--- a/etc/agpl.c
+++ b/etc/agpl.c
@@ -13,3 +13,8 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+
+#include <err.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <sysexits.h>
a>June McEnroe Otherwise a :: rule includes one of the ':'s in the tag name. 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe