summaryrefslogtreecommitdiff
path: root/cdrwtool/main.c
diff options
context:
space:
mode:
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>