summary refs log tree commit diff
path: root/etc
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
commita298666716a01d1ea7e4aee4cb5caf7796151960 (patch)
tree6a33eb1152620a86e5f19d8ef4a130d490fe86a1 /etc
parentRemove redundant include (diff)
downloadsrc-a298666716a01d1ea7e4aee4cb5caf7796151960.tar.gz
src-a298666716a01d1ea7e4aee4cb5caf7796151960.zip
Add common includes to AGPL template
Diffstat (limited to 'etc')
-rw-r--r--etc/agpl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/agpl.c b/etc/agpl.c
index a129933a..ceea8516 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>