diff options
Diffstat (limited to 'src/write.h')
| -rw-r--r-- | src/write.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/write.h b/src/write.h index 7bd1fdc..51a847e 100644 --- a/src/write.h +++ b/src/write.h @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with Nekopack. If not, see <http://www.gnu.org/licenses/>. */ +#pragma once + /* Because File entries won't necessarily follow the associated eliF entry, filenames and hashes are stored in a linked list. */ typedef struct elif_node { |