mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Add header guards to the header files.
darcs-hash:20051004151139-35ec8-7af69b9d7647d145dc621f7eaea726e729cff554.gz
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
Universal variable client library
|
||||
*/
|
||||
|
||||
#ifndef ENV_UNIVERSAL_HH
|
||||
#define ENV_UNIVERSAL_HH
|
||||
#ifndef ENV_UNIVERSAL_H
|
||||
#define ENV_UNIVERSAL_H
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
#include "env_universal_common.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user