diff options
Diffstat (limited to '')
-rw-r--r-- | etc/agpl.c | 5 |
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> |