Browse Source

helper/replacements.h: Add missing #include

Change-Id: Ic6c47f7fbc999d00ef3211c1fa44867e3aabc321
Signed-off-by: Marc Schink <openocd-dev@marcschink.de>
rtt
Marc Schink 7 years ago
parent
commit
20c7212cf1
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/helper/replacements.h

+ 2
- 0
src/helper/replacements.h View File

@@ -25,6 +25,8 @@
#ifndef OPENOCD_HELPER_REPLACEMENTS_H
#define OPENOCD_HELPER_REPLACEMENTS_H

#include <stdint.h>

/* MIN,MAX macros */
#ifndef MIN
#define MIN(a, b) (((a) < (b)) ? (a) : (b))


Loading…
Cancel
Save