summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorR. Bernstein <rocky@gnu.org>2010-02-06 11:59:35 -0500
committerR. Bernstein <rocky@gnu.org>2010-02-06 11:59:35 -0500
commit1687e2633ff73ca8ece6fddf508646fa29227d49 (patch)
treeb63bdaa095463439aa08643fc02d6f71c08785f4 /example
parent9cbaad624730acc89013f74ef2ee482d767f3a46 (diff)
Start to split off specific mmc commands from the lower-level internals.
Diffstat (limited to 'example')
-rw-r--r--example/mmc2a.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/mmc2a.c b/example/mmc2a.c
index 58e39b36..2ba1a461 100644
--- a/example/mmc2a.c
+++ b/example/mmc2a.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2006, 2008, 2009 Rocky Bernstein <rocky@gnu.org>
+ Copyright (C) 2006, 2008, 2009, 2010 Rocky Bernstein <rocky@gnu.org>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -36,6 +36,7 @@
#include <cdio/cdio.h>
#include <cdio/mmc.h>
+#include <cdio/mmc_cmds.h>
static void
print_mode_sense (const char *psz_drive, const char *six_or_ten,