summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dd.c b/src/dd.c
index 27ac661b2..c50e7dca2 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -33,6 +33,7 @@
#include "human.h"
#include "long-options.h"
#include "quote.h"
+#include "stat-macros.h"
#include "xstrtol.h"
#include "xtime.h"
@@ -64,10 +65,6 @@ static void process_signals (void);
# define SIGINFO SIGUSR1
#endif
-#ifndef S_TYPEISSHM
-# define S_TYPEISSHM(Stat_ptr) 0
-#endif
-
#if ! HAVE_FDATASYNC
# define fdatasync(fd) (errno = ENOSYS, -1)
#endif