7 lines
216 B
C
7 lines
216 B
C
/* Copyright (c) Kuba Szczodrzyński 2023-03-02. */
|
|
|
|
// section_config.h is in the same directory as basic_types.h
|
|
// make the former include a fixup instead
|
|
#include "basic_types.h"
|
|
#include_next "section_config.h"
|