diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-05-31 10:48:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-31 10:48:15 -0400 |
| commit | b1f404322e8b720e591ee6f18e16e56f44e911b4 (patch) | |
| tree | 1fa2a45d6aa216cc43ac6a5fbc0a3c1444c85c0e /lib/atomlist.h | |
| parent | 9069c93e75ef32c42889e89f223083e7d81503c3 (diff) | |
| parent | 5daf64f63bffcda54b36eb99288515189f8e4f0b (diff) | |
Merge pull request #16125 from opensourcerouting/ts-expand-fix-guard
lib: make `python/ts_expand.py` actually work
Diffstat (limited to 'lib/atomlist.h')
| -rw-r--r-- | lib/atomlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atomlist.h b/lib/atomlist.h index faf1d7324e..3eb498a23a 100644 --- a/lib/atomlist.h +++ b/lib/atomlist.h @@ -6,8 +6,8 @@ #ifndef _FRR_ATOMLIST_H #define _FRR_ATOMLIST_H -#ifndef _TYPESAFE_EXPAND_MACROS #include "typesafe.h" +#ifndef _TYPESAFE_EXPAND_MACROS #include "frratomic.h" #endif /* _TYPESAFE_EXPAND_MACROS */ |
