summaryrefslogtreecommitdiff
path: root/cdrwtool/main.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2018-12-28 13:02:37 +0100
committerAndrej Shadura <andrewsh@debian.org>2018-12-28 13:58:40 +0100
commit5c20c7932a35cb792aad928702cc34ebdfcb0f40 (patch)
tree4213bdcc4fbeff3aefa42cab1233370302c2095c /cdrwtool/main.c
parent6779fa7c477d1639d3e76f206dbc434a7503e091 (diff)
parentf97eb8990990b7938aecad3f06883f682750a125 (diff)
udftools (2.1-1) unstable; urgency=medium * New upstream release (Closes: #916006) * Update Standards-Version to 4.3.0 * Update to debhelper 11 * Update copyright and signing-key.asc
Diffstat (limited to 'cdrwtool/main.c')
-rw-r--r--cdrwtool/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cdrwtool/main.c b/cdrwtool/main.c
index 6f0b547..7df67b1 100644
--- a/cdrwtool/main.c
+++ b/cdrwtool/main.c
@@ -1,7 +1,7 @@
/*
* main.c
*
- * Copyright (c) 2002 Ben Fennema <bfennema@falcon.csc.calpoly.edu>
+ * Copyright (c) 2002 Ben Fennema
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>